Skip to content

Commit e1decd8

Browse files
committed
MAINT: Test without features first in travis
1 parent 8429de8 commit e1decd8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ addons:
2727
script:
2828
- |
2929
cargo build --verbose --no-default-features &&
30+
cargo test --verbose --no-default-features &&
31+
cargo test --release --verbose --no-default-features &&
3032
cargo build --verbose --features "$FEATURES" &&
3133
cargo test --verbose --features "$FEATURES" &&
32-
cargo test --release --verbose --features "" &&
3334
CARGO_TARGET_DIR=target/ cargo test --manifest-path=serialization-tests/Cargo.toml --verbose &&
3435
CARGO_TARGET_DIR=target/ cargo test --manifest-path=numeric-tests/Cargo.toml --verbose &&
3536
CARGO_TARGET_DIR=target/ cargo test --manifest-path=parallel/Cargo.toml --verbose &&

0 commit comments

Comments
 (0)