Force TravisCI to run tests using dependencies from the go.mod file
This commit is contained in:
parent
c5c5127c8d
commit
d513ffd192
|
@ -18,6 +18,9 @@ addons:
|
|||
services:
|
||||
- xvfb
|
||||
|
||||
env:
|
||||
- GO111MODULE=on
|
||||
|
||||
go:
|
||||
- tip
|
||||
- 1.12.x
|
||||
|
|
Loading…
Reference in New Issue