summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Steinert <[email protected]>2015-03-29 11:34:36 -0500
committerMichael Steinert <[email protected]>2015-03-29 11:34:36 -0500
commit1e6184d4c3b6bea44cf278c4fcfc488be6bb56fd (patch)
tree89f5e77ecc0beea7c0f317ccee56f615f8de2a3d
parent9c771166c9fb45cfa72779c356962f51022a6903 (diff)
Root needs full path to go
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f429bbf..423c109 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 go test -v ./...
+script: sudo $GOROOT/bin/go test -v ./...