Skip to content

Commit

Permalink
Make CI output less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Nov 30, 2018
1 parent a436144 commit d88b705
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 @@ -14,7 +14,7 @@ go:
# - docker

script:
- go test -v ./...
- go test ./...
- go test -cover -race ./...
- go vet ./...

Expand Down

0 comments on commit d88b705

Please sign in to comment.