Add go 1.11rc1 travis build

This commit is contained in:
Ken-Håvard Lieng 2018-08-22 00:36:28 +02:00
parent c8c09bce8c
commit 3dea4d6513

View File

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