Install yarn on Travis

This commit is contained in:
An Phan 2017-02-15 16:04:25 +08:00
parent bdca871b6e
commit 933dcc6858
No known key found for this signature in database
GPG key ID: 05536BB4BCDC02A2

View file

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