Skip to content

Commit

Permalink
Merge pull request #7 from kaishuu0123/fix/travis-ci
Browse files Browse the repository at this point in the history
fix travis ci when not pr.
  • Loading branch information
kaishuu0123 committed Nov 1, 2018
2 parents d122ec5 + 7dd8402 commit 1778493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before_install:
- glide install
script:
- go test -v -covermode=count -coverprofile=coverage.out ./...
- 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'
after_success:
- gox -output "dist/{{.OS}}_{{.Arch}}_{{.Dir}}"
deploy:
Expand Down

0 comments on commit 1778493

Please sign in to comment.