From aa12504e4e35953c3281989f871e1293eb2114fe Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 5 Jul 2017 17:03:07 -0700 Subject: Another attempt to fix Travis. Drop Go 1.7 from the build matrix, tcpproxy uses a 1.8 feature of crypto/tls. Make `go get` fetch the right test packages for cmd/tlsrouter. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e884a9d..ffc2477 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: go go: -- 1.7 - 1.8 - tip os: @@ -9,7 +8,7 @@ install: - go get github.com/golang/lint/golint before_script: script: -- go get -t . +- go get -t ./... - go build ./... - go test ./... - go vet ./... -- cgit v1.2.3