Skip to content

Commit

Permalink
travis coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
heynemann committed Nov 17, 2016
1 parent cf195f3 commit 3d9b62b
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 @@ -24,7 +24,7 @@ script:
- make test

after_success:
- $HOME/gopath/bin/goveralls -coverprofile coverage-all.out -service=travis-ci
- $HOME/gopath/bin/goveralls -coverprofile _build/test-coverage-all.out -service=travis-ci
- make cross
#- ./push_to_docker.sh
#- /bin/bash -c '[ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_EVENT_TYPE" == "push" ] && curl -H POST $TEST_FARM_URL'

0 comments on commit 3d9b62b

Please sign in to comment.