Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Fix yarn runs in travis by pinning to v0.16.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Nov 15, 2016
1 parent 7378c3e commit 785aa51
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 @@ -49,7 +49,7 @@ before_install:
# Setup package managers.
- npm set loglevel error
- npm set progress false
- npm i -g yarn
- npm i -g yarn@0.16.1
- yarn -V

install:
Expand Down

0 comments on commit 785aa51

Please sign in to comment.