From 93583936e1e4dbcde5fa6bddd2fba09ade2febb5 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Fri, 6 Sep 2019 12:45:31 -0700 Subject: [PATCH] build: Use the official Go module proxy for Travis-CI runs (#22711) This gets us slightly faster test runtimes and also insulates us better from downtime of individual upstreams, in favor of being dependent only on one specific upstream (the Go module proxy itself, currently run by Google). --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2fefd93ac..c3960ca49 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ go: # add TF_ETCDV3_TEST=1 to run etcdv3 tests # if added, TF_ETCDV3_ENDPOINTS must be set to a comma-separated list of (insecure) etcd endpoints against which to test env: - - CONSUL_VERSION=0.7.5 GOMAXPROCS=4 GO111MODULE=on + - CONSUL_VERSION=0.7.5 GOMAXPROCS=4 GO111MODULE=on GOPROXY=https://proxy.golang.org/ # Fetch consul for the backend and provider tests before_install: