Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah-Kennedy authored Jan 17, 2019
1 parent 8c7f1a8 commit 895bb81
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 @@ -34,6 +34,6 @@ after_success: |
rm -rf kcov-master &&
cargo install cargo-kcov &&
cargo clean &&
cargo kcov
cargo kcov &&
bash <(curl -s https://codecov.io/bash) &&
echo "Uploaded code coverage"

0 comments on commit 895bb81

Please sign in to comment.