Drop go 1.9 support
This commit is contained in:
parent
91fd50fe10
commit
937987da82
@ -1,7 +1,6 @@
|
|||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- "1.9.x"
|
|
||||||
- "1.10.x"
|
- "1.10.x"
|
||||||
- "1.11.x"
|
- "1.11.x"
|
||||||
- tip
|
- tip
|
||||||
@ -17,8 +16,8 @@ matrix:
|
|||||||
install:
|
install:
|
||||||
- go get github.com/jteeuwen/go-bindata/...
|
- go get github.com/jteeuwen/go-bindata/...
|
||||||
- cd client
|
- cd client
|
||||||
- nvm install 10.9.0
|
- nvm install 10.11.0
|
||||||
- nvm use 10.9.0
|
- nvm use 10.11.0
|
||||||
- npm install -g yarn
|
- npm install -g yarn
|
||||||
- yarn global add gulp@next
|
- yarn global add gulp@next
|
||||||
- yarn --ignore-engines
|
- yarn --ignore-engines
|
||||||
|
Loading…
x
Reference in New Issue
Block a user