Use node 10.0.0 on travis

This commit is contained in:
Ken-Håvard Lieng 2018-04-26 19:57:39 +02:00
parent 4f72e164d7
commit e132c8201f
1 changed files with 3 additions and 3 deletions

View File

@ -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