Skip to content

Commit 4f6f7b3

Browse files
committed
Add travis build test of 0.7.0 channel
1 parent a4ccb79 commit 4f6f7b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis/test_nightly.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ cargo test --verbose --manifest-path=macros/Cargo.toml
88

99
# Build test for the serde feature
1010
cargo build --verbose --features "serde"
11+
12+
# Downgrade serde and build test the 0.7.0 channel as well
13+
cargo update -p serde --precise 0.7.0
14+
cargo build --verbose --features "serde"

0 commit comments

Comments
 (0)