Skip to content

Commit 1e23489

Browse files
authored
Merge pull request #278 from dvic/travis-race
Pass the '-race' flag to goveralls when running tests on TravisCI
2 parents 79ee05c + 58b5428 commit 1e23489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ before_install:
1616
- go get github.com/mattn/goveralls
1717

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

0 commit comments

Comments
 (0)