Explorar el Código

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

bergquist hace 9 años
padre
commit
e504e5aaf6
Se han modificado 1 ficheros con 1 adiciones y 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/...