Another attempt at Travis-CI configuration

This commit is contained in:
Michael Steinert
2015-03-29 11:55:06 -05:00
parent 1e6184d4c3
commit b129ae324b

View File

@@ -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 ./...