Skip to content

Commit

Permalink
temp fix for tarpaulin
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Mar 17, 2019
1 parent b550f9e commit 7435c5e
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 @@ -49,7 +49,7 @@ after_success:
fi
- |
if [[ "$TRAVIS_RUST_VERSION" == "nightly-2019-03-02" ]]; then
cargo tarpaulin --out Xml --all
taskset -c 0 cargo tarpaulin --out Xml --all
bash <(curl -s https://codecov.io/bash)
echo "Uploaded code coverage"
fi

0 comments on commit 7435c5e

Please sign in to comment.