Use node 10.0.0 on travis
This commit is contained in:
parent
4f72e164d7
commit
e132c8201f
1 changed files with 3 additions and 3 deletions
|
@ -17,11 +17,11 @@ matrix:
|
|||
install:
|
||||
- go get github.com/jteeuwen/go-bindata/...
|
||||
- cd client
|
||||
- nvm install 8.10.0
|
||||
- nvm use 8.10.0
|
||||
- nvm install 10.0.0
|
||||
- nvm use 10.0.0
|
||||
- npm install -g yarn
|
||||
- yarn global add gulp
|
||||
- yarn
|
||||
- yarn --ignore-engines
|
||||
|
||||
script:
|
||||
- yarn test:verbose
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue