Skip to content

Commit

Permalink
Try excluding external crates
Browse files Browse the repository at this point in the history
  • Loading branch information
ujh committed Mar 19, 2015
1 parent c717e6b commit 68c3e73
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 @@ -9,7 +9,7 @@ after_success: |
make &&
sudo make install &&
cd ../.. &&
kcov --coveralls-id=$TRAVIS_JOB_ID target/kcov target/debug/iomrascalai-*
kcov --exclude-pattern=/.cargo --coveralls-id=$TRAVIS_JOB_ID target/kcov target/debug/iomrascalai-*
notifications:
webhooks:
Expand Down

0 comments on commit 68c3e73

Please sign in to comment.