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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: