Set GO111MODULE=on in CI

This commit is contained in:
Tulir Asokan
2019-01-22 21:34:51 +02:00
committed by GitHub
parent 16c3d33579
commit dfeeb19958

View File

@ -2,6 +2,8 @@ language: go
go_import_path: maunium.net/go/gomuks
go:
- "1.11"
env:
- "GO111MODULE=on"
notifications:
email: false
install: