Kaynağa Gözat

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

bergquist 9 yıl önce
ebeveyn
işleme
e504e5aaf6
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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/...