Use yarn instead of npm install on CI

This commit is contained in:
Matheus Fernandes 2017-01-21 22:35:18 -02:00
parent e34dab54a8
commit 533a5cb7a3
No known key found for this signature in database
GPG key ID: DD07CA4EA7B65C4F
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start; sleep 3; fi
install:
- npm install
- yarn
before_script:
- npm prune

View file

@ -15,7 +15,7 @@ install:
- ps: Install-Product node 6 x64
- set CI=true
- npm -g install npm@latest
- npm install
- yarn
build: off