1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 11:28:23 +02:00

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
before_install:
- npm install -g yarn
- npm install -g yarn@v0.22.0
# Install dependencies
install: