Skip to content

Commit

Permalink
travis: explicitly enable go modules in Go 1.11 and 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
karalabe committed Nov 20, 2019
1 parent 15fb780 commit dfdb204
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
Expand Up @@ -19,6 +19,8 @@ jobs:
os: linux
dist: xenial
go: 1.11.x
env:
- GO111MODULE=on
script:
- go run build/ci.go install
- go run build/ci.go test -coverage $TEST_PACKAGES
Expand All @@ -27,6 +29,8 @@ jobs:
os: linux
dist: xenial
go: 1.12.x
env:
- GO111MODULE=on
script:
- go run build/ci.go install
- go run build/ci.go test -coverage $TEST_PACKAGES
Expand Down

0 comments on commit dfdb204

Please sign in to comment.