Skip to content

Commit

Permalink
invoke tests with -cover -v -race on all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
vaskoz committed Oct 29, 2017
1 parent 1ad7e98 commit 500c007
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ before_script:
script:
- gometalinter --disable-all --enable=errcheck --enable=vet --enable=vetshadow --enable=megacheck
- gometalinter --disable-all --enable=errcheck --enable=vet --enable=vetshadow --enable=megacheck helpers/...
- go test -cover -v -race ./...
notifications:
hipchat:
rooms:
Expand Down

0 comments on commit 500c007

Please sign in to comment.