Skip to content

Commit

Permalink
Merge pull request #860 from rwjblue/update-yarn
Browse files Browse the repository at this point in the history
Update the yarn version used in CI to latest.
  • Loading branch information
rwjblue authored Oct 24, 2018
2 parents 9d060a0 + ca250d0 commit 1241db1
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 @@ -11,7 +11,7 @@ addons:
packages:
- google-chrome-stable
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 0.27.5
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.10.1
- export PATH="$HOME/.yarn/bin:$PATH"
- npm install -g qunitjs
env:
Expand Down

0 comments on commit 1241db1

Please sign in to comment.