Skip to content

Commit

Permalink
Add the workaround[0] to keep coveralls.io working until travis-cargo…
Browse files Browse the repository at this point in the history
… fixes the root issue

[0] huonw/travis-cargo#58 (comment)
  • Loading branch information
fitzgen committed Aug 28, 2016
1 parent 812d244 commit f0203c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ script:
after_success:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then travis-cargo --only stable doc-upload; 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/gimli-*; fi

env:
global:
Expand Down

0 comments on commit f0203c3

Please sign in to comment.