1
0
Fork 0
mirror of https://github.com/sile/hls_m3u8.git synced 2024-06-17 20:30:33 +00:00

fix doctests

This commit is contained in:
Luro02 2019-09-28 14:19:22 +02:00
parent 69fe975bd2
commit 9e0da9738f

View file

@ -26,13 +26,11 @@ script:
after_success: |
if [[ "$TRAVIS_RUST_VERSION" == stable ]]; then
which cargo-install-update || cargo install cargo-update
cargo install-update --all
# Uncomment the following line for coveralls.io
# cargo tarpaulin --ciserver travis-ci --coveralls $TRAVIS_JOB_ID
# Uncomment the following two lines create and upload a report for codecov.io
which cargo-install-update || cargo install cargo-update
cargo install-update --all
fi
# this does require a -Z flag for Doctests, which is unstable!
if [[ "$TRAVIS_RUST_VERSION" == nightly ]]; then
cargo tarpaulin --out Xml --run-types Tests Doctests
bash <(curl -s https://codecov.io/bash)
fi