We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 376bbaa commit d52c6ffCopy full SHA for d52c6ff
.travis.yml
@@ -1,9 +1,19 @@
1
language: node_js
2
sudo: false
3
node_js:
4
- - lts/*
+- lts/*
5
notifications:
6
email:
7
recipients:
8
- - felix.hammerl@gmail.com
9
- - andris.reinman@gmail.com
+ - felix.hammerl@gmail.com
+script:
10
+- npm test
11
+deploy:
12
+ provider: npm
13
+ email: felix.hammerl+emailjs-deployment-user@gmail.com
14
+ api_key:
15
+ secure: HbqtylcIT4M206s21Txf6Z7W3Uxj9D01ubSpCXTjQNSDmcTRgJP/o4HvoILifCpkDtPvAmsGcHLwp7T3imnGu2Mol3vYM0MM16mpoTy/3cl4HK0efTvWWGb3NBOYhHdiftohmGJUbiU/QAqQHb4PNcQlf5gRi4sdXh5lshuXpHs=
16
+ on:
17
+ tags: true
18
+ all_branches: true
19
+ condition: "$TRAVIS_TAG =~ ^v[0-9]+\\.[0-9]+\\.[0-9]+"
0 commit comments