Skip to content

Commit

Permalink
Doesn't fail if can't upload coveralls.
Browse files Browse the repository at this point in the history
  • Loading branch information
rekby committed May 2, 2019
1 parent 31e8b94 commit be88ff2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ script:
- cd tests/
- go test -c -covermode=count -coverpkg=github.com/gojuno/minimock/tests
- ./tests.test -test.coverprofile coverage.cov

after_script:
- $HOME/gopath/bin/goveralls -service=travis-ci -coverprofile=coverage.cov

0 comments on commit be88ff2

Please sign in to comment.