Skip to content

Commit

Permalink
try to fix code coverage tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Dec 10, 2016
1 parent 947f75d commit 6f313a1
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 @@ -33,6 +33,7 @@ script:
after_success:
- travis-cargo bench
- travis-cargo coveralls --no-sudo
- ./kcov/build/src/kcov --verify --coveralls-id=$TRAVIS_JOB_ID --exclude-pattern=/.cargo target/kcov target/debug/*
- if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then
cargo bench;
fi
Expand Down

0 comments on commit 6f313a1

Please sign in to comment.