We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b912247 commit d314f70Copy full SHA for d314f70
1 file changed
.travis.yml
@@ -1,17 +1,13 @@
1
language: node_js
2
node_js:
3
- - "node"
+ - 'node'
4
+branches:
5
+ only:
6
+ - master
7
deploy:
- - provider: npm
- on:
- condition: $TRAVIS_BRANCH == "master" && -n $TRAVIS_TAG
8
- email: "emin@emin.ch"
9
- api_key: "${NPM_TOKEN}"
10
- skip_cleanup: true
11
12
13
- condition: $TRAVIS_BRANCH == "master-cli-v2" && -n $TRAVIS_TAG
14
15
16
17
- tag: next
+ on:
+ tags: true
+ provider: npm
+ email: 'emin@emin.ch'
+ api_key: '${NPM_TOKEN}'
+ skip_cleanup: true
0 commit comments