Skip to content

Commit

Permalink
Remove -v from test.
Browse files Browse the repository at this point in the history
  • Loading branch information
klauspost committed Sep 17, 2019
1 parent 3d839ae commit f6b8537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ install:

script:
- diff <(gofmt -d .) <(printf "")
- go test -v -cpu=2 ./...
- go test -cpu=2 ./...
- go test -cpu=2 -tags=noasm ./...
- go test -cpu=1,4 -short -race ./...
- go build github.com/klauspost/compress/s2/cmd/s2c && go build github.com/klauspost/compress/s2/cmd/s2d && s2c s2c && s2d s2c.s2
Expand Down

0 comments on commit f6b8537

Please sign in to comment.