1
Fork 0

Fix travis beta build.

This commit is contained in:
Alex Helfet 2017-12-22 20:30:06 +00:00
parent 5c3e646793
commit ca0ef71a00

View file

@ -6,7 +6,7 @@ set -x
cargo build --verbose;
if [[ "${TRAVIS_RUST_VERSION}" != "stable" ]]; then
if [[ "${TRAVIS_RUST_VERSION}" == "nightly" ]]; then
cargo test --verbose;
cargo test --verbose --no-default-features;
fi