good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit dfdb204b authored by Péter Szilágyi's avatar Péter Szilágyi
Browse files

travis: explicitly enable go modules in Go 1.11 and 1.12

parent 15fb780d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment