Install npm packages with yarn on travis

This commit is contained in:
Ken-Håvard Lieng 2016-10-12 21:25:31 +02:00
parent 6876a5129a
commit 7af50d52b9

View File

@ -15,9 +15,9 @@ install:
- cd client
- nvm install 4.6.0
- nvm use 4.6.0
- npm install -g npm
- npm install -g yarn
- npm install -g gulp
- npm install
- yarn
script:
- gulp build