Skip to content

Commit 622dd20

Browse files
authored
Merge pull request #149 from cuviper/test-chaining
ci: make sure test commands are `&&`-chained
2 parents 351f6ad + 123a351 commit 622dd20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ script:
4141
cargo build --verbose --features "$FEATURES" &&
4242
if [ -z "$SKIP_TEST" ]; then
4343
cargo test --verbose --features "$FEATURES" &&
44-
cargo test --release --verbose --features "$FEATURES"
44+
cargo test --release --verbose --features "$FEATURES" &&
4545
if [ "$FEATURES" = "serde-1" ]; then
4646
cargo test --verbose -p test-serde &&
4747
cargo test --release --verbose -p test-serde

0 commit comments

Comments
 (0)