Install npm packages with yarn on travis
This commit is contained in:
parent
6876a5129a
commit
7af50d52b9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user