Skip to content

Commit

Permalink
Merge pull request #278 from dvic/travis-race
Browse files Browse the repository at this point in the history
Pass the '-race' flag to goveralls when running tests on TravisCI
  • Loading branch information
chris-ramon committed Mar 8, 2018
2 parents 79ee05c + 58b5428 commit 1e23489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -16,5 +16,5 @@ before_install:
- go get github.com/mattn/goveralls

script:
- $HOME/gopath/bin/goveralls -service=travis-ci
- $HOME/gopath/bin/goveralls -race -service=travis-ci
- go vet ./...

0 comments on commit 1e23489

Please sign in to comment.