From b129ae324b126900d06d78a132b5784ddd9beeae Mon Sep 17 00:00:00 2001 From: Michael Steinert Date: Sun, 29 Mar 2015 11:55:06 -0500 Subject: [PATCH] Another attempt at Travis-CI configuration --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 423c109..d17af13 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,4 +9,4 @@ before_install: - sudo apt-get install -qq --no-install-recommends libpam0g-dev - sudo useradd -d /tmp/test -p '$1$Qd8H95T5$RYSZQeoFbEB.gS19zS99A0' -s /bin/false test -script: sudo $GOROOT/bin/go test -v ./... +script: sudo GOROOT=$GOROOT GOPATH=$GOPATH $(which go) test -v ./...