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

Try to fix yarn installation on travis

This commit is contained in:
squidfunk 2017-03-16 12:32:08 +01:00
parent 8f9124bc3f
commit 2bd669c7ab

View File

@ -44,7 +44,10 @@ 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@v0.22.0 - curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
- echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
- apt-get update -qq
- apt-get install -y -qq yarn
# Install dependencies # Install dependencies
install: install: