use go modules in travis

This commit is contained in:
Alex Flint 2018-11-20 13:29:41 -08:00
parent d7246f2485
commit e85cc7a2e2
1 changed files with 4 additions and 0 deletions

View File

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