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

Switch Travis to yarn

This commit is contained in:
squidfunk 2017-02-05 22:57:58 +01:00 committed by Martin Donath
parent 64bd1d141a
commit d4c796c73e

View File

@ -30,6 +30,7 @@ node_js:
# Cache dependencies
cache:
pip: true
yarn: true
directories:
- node_modules
@ -38,4 +39,4 @@ before_script:
- pip install --user -r requirements.txt
# Perform build and tests
script: npm run build
script: yarn run build