1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-28 01:10:58 +01:00

Try to fix yarn installation on travis

This commit is contained in:
squidfunk 2017-03-16 12:37:23 +01:00
parent 8359c24804
commit be5f4a5658

View File

@ -44,10 +44,7 @@ cache:
# Install yarn as Travis doesn't support it out of the box
before_install:
- sudo apt-key adv --keyserver pgp.mit.edu --recv D101F7899D41F3C3
- echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
- sudo apt-get update -qq
- sudo apt-get install -y -qq yarn
- npm install -g yarn@v0.22.0
# Install dependencies
install: