Add go 1.11rc1 travis build
This commit is contained in:
parent
c8c09bce8c
commit
3dea4d6513
@ -4,6 +4,7 @@ go:
|
||||
- "1.8.x"
|
||||
- "1.9.x"
|
||||
- "1.10.x"
|
||||
- 1.11rc1
|
||||
- tip
|
||||
|
||||
os:
|
||||
@ -17,8 +18,8 @@ matrix:
|
||||
install:
|
||||
- go get github.com/jteeuwen/go-bindata/...
|
||||
- cd client
|
||||
- nvm install 10.1.0
|
||||
- nvm use 10.1.0
|
||||
- nvm install 10.9.0
|
||||
- nvm use 10.9.0
|
||||
- npm install -g yarn
|
||||
- yarn global add gulp@next
|
||||
- yarn --ignore-engines
|
||||
|
Loading…
Reference in New Issue
Block a user