Use latest node on travis
This commit is contained in:
parent
1773fef8ef
commit
dcbf3397c1
@ -15,10 +15,10 @@ matrix:
|
|||||||
install:
|
install:
|
||||||
- GO111MODULE=off go get github.com/jteeuwen/go-bindata/...
|
- GO111MODULE=off go get github.com/jteeuwen/go-bindata/...
|
||||||
- cd client
|
- cd client
|
||||||
- nvm install 12.4.0
|
- nvm install node
|
||||||
- nvm use 12.4.0
|
- nvm use node
|
||||||
- npm install -g yarn
|
- npm install -g yarn
|
||||||
- yarn global add gulp
|
- yarn global add gulp-cli
|
||||||
- yarn
|
- yarn
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user