Only fetch deps, don't build

This commit is contained in:
Jakob Borg 2014-01-09 23:00:23 +01:00
parent b9af45bc6b
commit 92dee7c082
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ if [[ $1 == "-f" ]] ; then
fi
if [[ $fast != yes ]] ; then
go get
go get -d
go test ./...
fi