Skip to content

Commit

Permalink
Fix sh syntax error on windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
crlf0710 committed Nov 17, 2019
1 parent a037ede commit 89452e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ if $is_main_build ; then
cargo install --force cargo-kcov
cargo test --no-run
env RUNNING_COVERAGE=1 cargo kcov --no-clean-rebuild
bash <(curl -s https://codecov.io/bash)
curl -s https://codecov.io/bash | bash
travis_fold_end cargo_kcov
fi

Expand Down

0 comments on commit 89452e3

Please sign in to comment.