build: Travis-CI testing against Go 1.11 and 1.12
This commit is contained in:
parent
388af45637
commit
66c59f909e
@ -1,10 +1,14 @@
|
|||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.9.x
|
- 1.11.x
|
||||||
|
- 1.12.x
|
||||||
|
|
||||||
|
env:
|
||||||
|
- GO111MODULE=on
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- go get -t -v ./...
|
- go get -v ./...
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./.travis.sh
|
- ./.travis.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user