Only run Go based integration tests in Docker

This commit is contained in:
Jakob Borg 2014-11-24 11:49:44 +01:00
parent 0ceb14dbf6
commit 2dad769a00
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ case "${1:-default}" in
&& ./build.sh \
&& export GOPATH=$(pwd)/Godeps/_workspace:$GOPATH \
&& cd test \
&& ./all.sh'
&& go test -tags integration -v'
;;
*)