We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4826c2 commit 863d163Copy full SHA for 863d163
1 file changed
.travis.yml
@@ -2,6 +2,7 @@ language: node_js
2
node_js: ["6"]
3
4
install:
5
+ - echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > ~/.npmrc
6
- yarn install
7
8
script:
@@ -12,6 +13,6 @@ script:
12
13
14
deploy:
15
- provider: script
- script: echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > ~/.npmrc && npm run release
16
+ script: npm run release
17
on:
18
tags: true
0 commit comments