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:
|
services:
|
||||||
- xvfb
|
- xvfb
|
||||||
|
|
||||||
|
env:
|
||||||
|
- GO111MODULE=on
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- tip
|
- tip
|
||||||
- 1.12.x
|
- 1.12.x
|
||||||
|
|
Loading…
Reference in New Issue