From 15b10bf25b78ef9f36cc9a0c22135f645ece7ad3 Mon Sep 17 00:00:00 2001 From: Gavin Bunney Date: Tue, 8 Oct 2019 10:33:18 -0700 Subject: [PATCH] Fix env build of travis --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 30f6f7e..8a0c7a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,7 @@ go: dist: xenial env: - - GOPROXY=https://gocenter.io - - GOFLAGS=-mod=vendor GO111MODULE=on + - GOFLAGS=-mod=vendor GO111MODULE=on GOPROXY=https://gocenter.io before_install: - openssl aes-256-cbc -K $encrypted_e04f3cf0cf2c_key -iv $encrypted_e04f3cf0cf2c_iv -in scripts/gogetcookie.sh.enc -out scripts/gogetcookie.sh -d