Bring yarn back

This commit is contained in:
Matheus Fernandes 2017-02-23 17:43:12 -03:00
parent 958a994e6f
commit a82d8acaa7
No known key found for this signature in database
GPG key ID: DD07CA4EA7B65C4F
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
install: install:
- npm install - yarn
before_script: before_script:
- npm prune - npm prune

View file

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