build(travis): enable go mod

This commit is contained in:
Nightapes
2019-05-14 19:40:36 +02:00
parent 637d8758ec
commit a2954759a0

View File

@@ -13,6 +13,9 @@ notifications:
git: git:
depth: 1 depth: 1
env:
- GO111MODULE=on
before_script: before_script:
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.16.0 - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.16.0