tech(build): avoids setup since all deps should be in /vendor

This commit is contained in:
bergquist 2017-01-23 16:09:44 +01:00
parent 1339ce80f5
commit e504e5aaf6

View File

@ -21,7 +21,7 @@ exit_if_fail npm test
#test -z "$(gofmt -s -l ./pkg/... | tee /dev/stderr)"
exit_if_fail test -z "$(gofmt -s -l ./pkg/... | tee /dev/stderr)"
exit_if_fail go run build.go setup
#exit_if_fail go run build.go setup
exit_if_fail go run build.go build
exit_if_fail go vet ./pkg/...