Skip to content

Commit

Permalink
fix goveralls invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
jandelgado committed Sep 26, 2019
1 parent 91d87fe commit fa4cfe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ script:
- GO111MODULE=on "./pre-commit"
- GO111MODULE=on make test
- GO111MODULE=on make build-all
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN; fi'
- 'if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then goveralls -coverprofile=coverage.out -service=travis-ci ; fi'
- 'if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN; fi'
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then goveralls -coverprofile=coverage.out -service=travis-ci ; fi'

before_deploy:
- zip rabtap-${TRAVIS_TAG}-windows-amd64.zip bin/rabtap-win-amd64.exe README.md
Expand Down

0 comments on commit fa4cfe6

Please sign in to comment.