Run tests in rust stable

pull/4/head
Diego Barrios Romero 2018-11-16 20:22:29 +01:00
parent dc05ca6bee
commit 903e2496f2
1 changed files with 1 additions and 1 deletions

View File

@ -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
} }