Skip to content

Commit d7bb2ec

Browse files
authored
Upgrade yarn from v1.10.1 to v1.13.0. (#1481)
1 parent c9414d3 commit d7bb2ec

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@1.10.1
13+
- npm install -g yarn@1.13.0
1414
- '[ "${NPM_TOKEN+x}" ] && echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > $HOME/.npmrc || echo "Skipping .npmrc creation";'
1515

1616
before_script:

0 commit comments

Comments
 (0)