Fix yarn installation failing in CI

This commit is contained in:
squidfunk 2017-03-16 12:16:55 +01:00
parent 536554c18b
commit 8f9124bc3f

View File

@ -44,7 +44,7 @@ cache:
# Install yarn as Travis doesn't support it out of the box # Install yarn as Travis doesn't support it out of the box
before_install: before_install:
- npm install -g yarn - npm install -g yarn@v0.22.0
# Install dependencies # Install dependencies
install: install: