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 78b06eb commit f14207bCopy full SHA for f14207b
.travis.yml
@@ -1,14 +1,19 @@
1
language: node_js
2
node_js:
3
- "node"
4
-branches:
5
- only:
6
- - master-cli-v2
7
deploy:
8
- on:
9
- tags: true
10
- provider: npm
11
- email: "[email protected]"
12
- api_key: "${NPM_TOKEN}"
13
- skip_cleanup: true
14
- tag: next
+ - provider: npm
+ on:
+ branch: master
+ tags: true
+ email: "[email protected]"
+ api_key: "${NPM_TOKEN}"
+ skip_cleanup: true
+ branch: master-cli-v2
15
16
17
18
19
+ tag: next
0 commit comments