Преглед изворни кода

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

bergquist пре 9 година
родитељ
комит
e504e5aaf6
1 измењених фајлова са 1 додато и 1 уклоњено
  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/...