Install npm packages with yarn on travis
This commit is contained in:
parent
6876a5129a
commit
7af50d52b9
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue