Fix yarn runs in travis by pinning to v0.16.1.

This commit is contained in:
John-David Dalton
2016-11-14 10:39:46 -08:00
parent 6c427b7a26
commit 54cb3599e3

View File

@@ -62,7 +62,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
# Remove code skipped on the coverage run.