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 990f52d commit 049943cCopy full SHA for 049943c
.travis.yml
@@ -4,15 +4,13 @@ node_js:
4
deploy:
5
- provider: npm
6
on:
7
- branch: master
8
- tags: true
+ condition: $TRAVIS_BRANCH == "master" && -n $TRAVIS_TAG
9
email: "emin@emin.ch"
10
api_key: "${NPM_TOKEN}"
11
skip_cleanup: true
12
13
14
- branch: master-cli-v2
15
+ condition: $TRAVIS_BRANCH == "master-cli-v2" && -n $TRAVIS_TAG
16
17
18
0 commit comments