mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Fixed missing yarn in Travis
This commit is contained in:
parent
038288d489
commit
57871449ea
@ -54,12 +54,14 @@ cache:
|
||||
directories:
|
||||
- node_modules
|
||||
|
||||
# Install yarn, as Travis doesn't support it out of the box
|
||||
before_install: npm install -g yarn
|
||||
|
||||
# Do not install optional dependencies by default
|
||||
install: yarn install --ignore-optional
|
||||
|
||||
# Install dependencies
|
||||
before_script:
|
||||
- pip install --user -r requirements.txt
|
||||
before_script: pip install --user -r requirements.txt
|
||||
|
||||
# Perform build and tests
|
||||
script: yarn run build
|
||||
|
Loading…
Reference in New Issue
Block a user