Skip to content

Commit

Permalink
TravisCI: Disable call to travis-cargo coveralls since it doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
nbigaouette committed Dec 7, 2016
1 parent 42ffd75 commit 835eaeb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ after_success:
# measure code coverage and upload to coveralls.io (the verify
# argument mitigates kcov crashes due to malformed debuginfo, at the
# cost of some speed <https://github.com/huonw/travis-cargo/issues/12>)
# - travis-cargo coveralls --no-sudo --verify
# https://github.com/huonw/travis-cargo/issues/58
# See https://github.com/ujh/iomrascalai/blob/master/.travis.yml
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then travis-cargo coveralls --no-sudo --verify; fi
# - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then travis-cargo coveralls --no-sudo --verify; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./kcov/build/src/kcov --verify --coveralls-id=$TRAVIS_JOB_ID --exclude-pattern=/.cargo target/kcov target/debug/gitlab_api-*; fi

0 comments on commit 835eaeb

Please sign in to comment.