Skip to content
This repository has been archived by the owner on Nov 22, 2020. It is now read-only.

Commit

Permalink
Merge c7074c5 into c284bd8
Browse files Browse the repository at this point in the history
  • Loading branch information
jandelgado committed Sep 29, 2019
2 parents c284bd8 + c7074c5 commit 595fa55
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 @@ -13,8 +13,8 @@ script:
- go test -v -covermode=count -coverprofile=coverage.out
- GOOS=windows GOARCH=amd64 go build -o ci-test-windows-amd64.exe
- GOOS=linux GOARCH=amd64 go build -o ci-test
- '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'
# uses COVERALLS_TOKEN if set (during push)
- goveralls -coverprofile=coverage.out -service=travis-ci

before_deploy:
- zip ci-test-${TRAVIS_TAG}-windows-amd64.zip ci-test-windows-amd64.exe README.md
Expand Down

0 comments on commit 595fa55

Please sign in to comment.