We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32549c0 commit 9a68ae4Copy full SHA for 9a68ae4
2 files changed
.travis.yml
@@ -11,7 +11,9 @@ script:
11
- DEBUG=true yarn test:coverage
12
13
deploy:
14
- provider: script
15
- script: scripts/travisDeploy.bash
16
- on:
17
- tags: true
+ - provider: script
+ script: echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
+ on: { tags: true }
18
+ script: npm run release
19
scripts/travisDeploy.bash
0 commit comments