Skip to content

Commit

Permalink
Travis: Upgrade yarn to 1.19.2 (#211)
Browse files Browse the repository at this point in the history
Hoping this will fix the following error at e.g. https://travis-ci.org/josephfrazier/Reported-Web/builds/630442870:

> Incorrect integrity when fetching from the cache

See yarnpkg/yarn#7584 (comment)
  • Loading branch information
josephfrazier authored Jan 4, 2020
1 parent 4ce4484 commit 236b182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ addons:
packages:
- g++-4.8
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.19.0
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.19.2
- export PATH=$HOME/.yarn/bin:$PATH
cache: yarn
script:
Expand Down

0 comments on commit 236b182

Please sign in to comment.