skip test in 1.42.0

This commit is contained in:
Kogia-sima 2020-06-16 22:59:58 +09:00
parent f094b0671d
commit ace9472d39
1 changed files with 4 additions and 1 deletions

View File

@ -16,7 +16,10 @@ if [ "$TRAVIS_RUST_VERSION" = "nightly" ] && [ -z "$TRAVIS_TAG" ]; then
fi
cargo build $CARGO_OPTIONS
cargo test $CARGO_OPTIONS
if [ "$TRAVIS_RUST_VERSION" != "1.42.0" ]; then
cargo test $CARGO_OPTIONS
fi
if [ "$TRAVIS_RUST_VERSION" = "nightly" ] && [ -z "$TRAVIS_TAG" ]; then
zip -0 ccov.zip `find . \( -name "sailfish*.gc*" -o -name "test-*.gc*" \) -print`