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 6336d89 commit 7907682Copy full SHA for 7907682
.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@latest
+ - npm install -g yarn@1.15.2
14
- '[ "${NPM_TOKEN+x}" ] && echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > $HOME/.npmrc || echo "Skipping .npmrc creation";'
15
install:
16
- yarn install --frozen-lockfile
0 commit comments