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

Commit

Permalink
Fix travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenldl committed Apr 1, 2018
1 parent eeea447 commit 936c31f
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 @@ -36,7 +36,7 @@ after_success: |
TARGET=$HOME/kcov &&
export PATH=$TARGET/bin:$PATH &&
for file in target/debug/rsbx*; do if [[ $file == *.d ]]; then continue; fi; kcov --exclude-pattern=/.cargo,/usr/lib --verify "$HOME/target/cov/rsbx" "$file"; done &&
wget https://codecov.io/bash codecov_uploader &&
wget https://codecov.io/bash -O codecov_uploader &&
chmod u+x codecov_uploader &&
codecov_uploader -s "$HOME/target/cov/rsbx" &&
echo "Uploaded code coverage to Codecov" &&
Expand Down

0 comments on commit 936c31f

Please sign in to comment.