Skip to content

Commit 32b81d4

Browse files
anderskBurntSushi
authored andcommitted
.travis.yml: Really run quickcheck_macros tests on nightly
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent d6f49b3 commit 32b81d4

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
@@ -7,7 +7,7 @@ script:
77
- cargo build --verbose
88
- cargo test --verbose
99
- cargo doc
10-
- if [ "$TEST_SUITE" = "suite_nightly" ]; then
10+
- if [ "$TRAVIS_RUST_VERSION" = "nightly" ]; then
1111
cargo build --verbose --manifest-path quickcheck_macros/Cargo.toml;
1212
cargo test --verbose --manifest-path quickcheck_macros/Cargo.toml;
1313
fi

0 commit comments

Comments
 (0)