Update go and node versions on travis

This commit is contained in:
Ken-Håvard Lieng 2016-12-17 00:21:45 +01:00
parent cc3b1e3a82
commit b64613d459

View File

@ -2,8 +2,8 @@ language: go
go: go:
- 1.5.4 - 1.5.4
- 1.6.3 - 1.6.4
- 1.7.1 - 1.7.4
- tip - tip
matrix: matrix:
@ -13,8 +13,8 @@ matrix:
install: install:
- go get github.com/jteeuwen/go-bindata/... - go get github.com/jteeuwen/go-bindata/...
- cd client - cd client
- nvm install 4.6.0 - nvm install 6.9.2
- nvm use 4.6.0 - nvm use 6.9.2
- npm install -g yarn - npm install -g yarn
- npm install -g gulp - npm install -g gulp
- yarn - yarn