Skip to content

Commit

Permalink
travis: less verbose tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nathany committed Aug 30, 2018
1 parent 1d13583 commit f3b063a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -17,7 +17,7 @@ before_script:
- go get -u golang.org/x/lint/golint

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

after_script:
- test -z "$(gofmt -s -l -w . | tee /dev/stderr)"
Expand Down

0 comments on commit f3b063a

Please sign in to comment.