1
0
Fork 0

Fix 'go version' command

master
Philip O'Toole 8 years ago
parent 9edc7b6f3e
commit 3c89375155

@ -4,7 +4,7 @@ machine:
test: test:
override: override:
- go --version - go version
- bash gofmt.sh - bash gofmt.sh
- go tool vet . - go tool vet .
- case $CIRCLE_NODE_INDEX in 0) go test -timeout 60s -v ./... ;; 1) GORACE="halt_on_error=1" go test -race -timeout 120s -v ./...;; esac: - case $CIRCLE_NODE_INDEX in 0) go test -timeout 60s -v ./... ;; 1) GORACE="halt_on_error=1" go test -race -timeout 120s -v ./...;; esac:

Loading…
Cancel
Save