Run yarn instead of npm on Travis CI

This commit is contained in:
Andrey Okonetchnikov
2016-10-14 12:46:55 +02:00
parent d22f49fa01
commit 0d525bdad1
2 changed files with 163 additions and 118 deletions

View File

@ -1,3 +1,12 @@
language: node_js
cache:
directories:
- $HOME/.npm
- $HOME/.yarn-cache
- node_modules
node_js:
- "6.0"
- "6"
before_install:
- npm i -g yarn --cache-min 999999999
install:
- yarn