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