travis: explicitly enable go mod

This commit is contained in:
Leo Antunes 2019-01-31 22:45:28 +01:00
parent 00a1540fe7
commit 4a85814ef9
No known key found for this signature in database
GPG key ID: 6CED572F04D515A8

View file

@ -14,6 +14,9 @@ matrix:
script: go test -v
env:
- GO111MODULE=on
stages:
- test
- deploy