use go modules in travis
This commit is contained in:
parent
d7246f2485
commit
e85cc7a2e2
|
@ -1,6 +1,10 @@
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
|
- "1.10"
|
||||||
|
- "1.11"
|
||||||
- tip
|
- tip
|
||||||
|
env:
|
||||||
|
- GO111MODULE=on # will only be used in go 1.11
|
||||||
before_install:
|
before_install:
|
||||||
- go get github.com/axw/gocov/gocov
|
- go get github.com/axw/gocov/gocov
|
||||||
- go get github.com/mattn/goveralls
|
- go get github.com/mattn/goveralls
|
||||||
|
|
Loading…
Reference in New Issue