mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Switch Travis to yarn
This commit is contained in:
parent
64bd1d141a
commit
d4c796c73e
@ -30,6 +30,7 @@ node_js:
|
|||||||
# Cache dependencies
|
# Cache dependencies
|
||||||
cache:
|
cache:
|
||||||
pip: true
|
pip: true
|
||||||
|
yarn: true
|
||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
|
||||||
@ -38,4 +39,4 @@ before_script:
|
|||||||
- pip install --user -r requirements.txt
|
- pip install --user -r requirements.txt
|
||||||
|
|
||||||
# Perform build and tests
|
# Perform build and tests
|
||||||
script: npm run build
|
script: yarn run build
|
||||||
|
Loading…
Reference in New Issue
Block a user