Skip to content

Commit

Permalink
Disable -race flag, due to instability in travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
eranharel committed Jul 31, 2019
1 parent 6ede627 commit 8405633
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -11,5 +11,6 @@ env:
- GO111MODULE=on

script:
- make testflags="-race"
- $GOPATH/bin/goveralls -service=travis-ci
- make
# - make testflags="-race"
- $GOPATH/bin/goveralls -service=travis-ci

0 comments on commit 8405633

Please sign in to comment.