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 0ab55f4 commit de9d3f0Copy full SHA for de9d3f0
.travis.yml
@@ -1,14 +1,19 @@
1
language: node_js
2
node_js:
3
- "node"
4
-cache:
5
- directories:
6
- - "node_modules"
7
deploy:
8
- on:
9
- branch: master
10
- tags: true
11
- provider: npm
12
- email: "[email protected]"
13
- api_key: "${NPM_TOKEN}"
14
- skip_cleanup: true
+ - 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