Skip to content

Commit

Permalink
Use patched travis-cargo to fix coverage
Browse files Browse the repository at this point in the history
Directly use huonw/travis-cargo#55 until it lands
  • Loading branch information
maurer committed Jan 9, 2017
1 parent eaf2bda commit 9aa1214
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ before_script:
export HOLMES_PG_SOCK_DIR=`tools/pg.bash holmes`
# Install travis-cargo
- |
pip install 'travis-cargo<0.2' --user &&
pip install https://github.com/euclio/travis-cargo/zipball/kcov --user &&
export PATH=$HOME/.local/bin:$PATH
# Install rustfmt
- |
Expand All @@ -42,6 +42,7 @@ script:

after_success:
- travis-cargo --only stable doc-upload
- travis-cargo coveralls

env:
global:
Expand Down

0 comments on commit 9aa1214

Please sign in to comment.