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 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