Make continuous integrations logs less noisy

This commit is contained in:
Nick Craig-Wood 2016-02-26 17:01:19 +00:00
parent e7b9cc4705
commit 40252f0aa6
2 changed files with 3 additions and 3 deletions

View File

@ -20,5 +20,5 @@ install:
script:
- make check
- go test -v ./...
- go test -cpu=2 -race -v ./...
- go test ./...
- go test -cpu=2 -race ./...

View File

@ -17,5 +17,5 @@ install:
build_script:
- go vet ./...
- go test -v -cpu=2 ./...
- go test -cpu=2 ./...
- go test -cpu=2 -short -race ./...