summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Steinert <[email protected]>2015-03-29 11:55:06 -0500
committerMichael Steinert <[email protected]>2015-03-29 12:10:31 -0500
commitb129ae324b126900d06d78a132b5784ddd9beeae (patch)
tree025ba9cab5c18aa9c5a793e036adf9eae7f7f152
parent1e6184d4c3b6bea44cf278c4fcfc488be6bb56fd (diff)
Another attempt at Travis-CI configuration
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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 ./...