Explorar o código

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

bergquist %!s(int64=9) %!d(string=hai) anos
pai
achega
e504e5aaf6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      scripts/circle-test.sh

+ 1 - 1
scripts/circle-test.sh

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