1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00

Fixed yarn install routine

This commit is contained in:
squidfunk 2017-02-24 21:04:23 +01:00 committed by Martin Donath
parent 0c7f500c41
commit 26b83b0365

View File

@ -44,7 +44,7 @@ cache:
# Install yarn as Travis doesn't support it out of the box
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- npm install -g yarn
# Install dependencies
install: