mirror of https://github.com/eldruin/ds323x-rs
Run tests in rust stable
parent
dc05ca6bee
commit
903e2496f2
|
@ -18,7 +18,7 @@ main() {
|
||||||
fi
|
fi
|
||||||
cargo doc $CARGO_OPTIONS
|
cargo doc $CARGO_OPTIONS
|
||||||
|
|
||||||
if [ -z $DISABLE_TESTS ] && [ $TRAVIS_RUST_VERSION = nightly ] && [[ $TARGET =~ .*linux.* ]]; then
|
if [ -z $DISABLE_TESTS ] && [[ $TARGET =~ .*linux.* ]]; then
|
||||||
cargo test $CARGO_OPTIONS
|
cargo test $CARGO_OPTIONS
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue