From 9c2cc186ecce7d0bb6e220b0312222ce93090790 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Tue, 26 Nov 2019 16:52:43 -0800 Subject: travis: set GO111MODULE=on for 'go get' Ensure that the environmental variable GO111MODULE is set to "on" when running 'go get'. This fixes a CI failure with Go 1.11 and 1.12. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 82dbc3a..e19ffa8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,7 @@ jobs: name: Build and Unit Tests install: skip script: - - go get github.com/google/fscrypt/cmd/fscrypt + - GO111MODULE=on go get github.com/google/fscrypt/cmd/fscrypt - make - <<: *build -- cgit v1.2.3