From 0efc3b9c6f225cbefcd4bd77c471221637c91223 Mon Sep 17 00:00:00 2001 From: Simon Eskildsen Date: Mon, 15 May 2017 06:34:03 -0400 Subject: [PATCH] travis: don't go get recursively --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index db83e5a..a8a5240 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,5 @@ go: - 1.7.x - 1.8.x - tip +install: go get -v script: GOMAXPROCS=4 GORACE="halt_on_error=1" go test -race -v ./...