Install yarn on Travis again

This commit is contained in:
An Phan 2017-02-15 16:10:11 +08:00
parent de555b2735
commit c71766b880
No known key found for this signature in database
GPG key ID: 05536BB4BCDC02A2

View file

@ -22,13 +22,12 @@ env:
branches:
- master
before_script:
install:
- . $HOME/.nvm/nvm.sh
- nvm install stable
- nvm use stable
- npm install -g yarn
install:
- yarn install
- composer self-update
- composer install --prefer-source --no-interaction