From a2954759a0eed02fb0f1dd2f7fc5fc9bc4d02717 Mon Sep 17 00:00:00 2001 From: Nightapes Date: Tue, 14 May 2019 19:40:36 +0200 Subject: [PATCH] build(travis): enable go mod --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index ddb2b68..94ecd57 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,9 @@ notifications: git: depth: 1 +env: + - GO111MODULE=on + before_script: - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.16.0