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

Try to fix yarn installation on travis

This commit is contained in:
squidfunk 2017-03-16 12:36:05 +01:00
parent 71c28f5f0a
commit 8359c24804

View File

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