Skip to content

Commit

Permalink
use go modules in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
alexflint committed Nov 20, 2018
1 parent d7246f2 commit e85cc7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e85cc7a

Please sign in to comment.