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 2874d87 commit 4a39794Copy full SHA for 4a39794
.travis.yml
@@ -11,6 +11,7 @@ before_install:
11
# Yarn defaults to an old version, make sure we
12
# get an up to date version
13
- npm install -g yarn
14
+ - echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
15
before_script:
16
- cp config/ci.config.json config/project.json
17
script:
@@ -34,6 +35,6 @@ addons:
34
35
deploy:
36
skip_cleanup: true
37
provider: script
- script: echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc && yarn release --canary
38
+ script: yarn release --canary
39
on:
40
branch: master
0 commit comments