Fix travis beta build.
This commit is contained in:
parent
5c3e646793
commit
ca0ef71a00
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue