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 7fd3297 commit 9f12e4aCopy full SHA for 9f12e4a
.travis.yml
@@ -10,7 +10,7 @@ env:
10
before_install:
11
# Yarn defaults to an old version, make sure we
12
# get an up to date version
13
- - npm install -g yarn
+ - npm install -g yarn@1.10.1
14
- '[ "${NPM_TOKEN+x}" ] && echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > $HOME/.npmrc || echo "Skipping .npmrc creation";'
15
before_script:
16
- cp config/ci.config.json config/project.json
0 commit comments