Skip to content

Commit 7907682

Browse files
committed
Update yarn version
1 parent 6336d89 commit 7907682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
before_install:
1111
# Yarn defaults to an old version, make sure we
1212
# get an up to date version
13-
- npm install -g yarn@latest
13+
- npm install -g yarn@1.15.2
1414
- '[ "${NPM_TOKEN+x}" ] && echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > $HOME/.npmrc || echo "Skipping .npmrc creation";'
1515
install:
1616
- yarn install --frozen-lockfile

0 commit comments

Comments
 (0)