Skip to content

Commit

Permalink
Merge 5c6fc3a into da621cb
Browse files Browse the repository at this point in the history
  • Loading branch information
jandelgado committed Sep 20, 2019
2 parents da621cb + 5c6fc3a commit 28dc3b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ script:
- GO111MODULE=on "./pre-commit"
- GO111MODULE=on make test
- GO111MODULE=on make build-all
- goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN
- '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 28dc3b1

Please sign in to comment.