瀏覽代碼

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)"
 #test -z "$(gofmt -s -l ./pkg/... | tee /dev/stderr)"
 exit_if_fail 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 run build.go build
 
 
 exit_if_fail go vet ./pkg/...
 exit_if_fail go vet ./pkg/...