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 0213f96 commit c647fe4Copy full SHA for c647fe4
.travis.yml
@@ -11,7 +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
+ - echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > $HOME/.npmrc
15
before_script:
16
- cp config/ci.config.json config/project.json
17
script:
0 commit comments