mirror of
https://github.com/serde-rs/serde.git
synced 2025-10-01 15:01:49 +00:00
Test suite requires beta for now
This commit is contained in:
parent
87040b4bc4
commit
9046e9d7a1
@ -15,7 +15,7 @@ script:
|
|||||||
- (cd serde && travis-cargo build -- --no-default-features)
|
- (cd serde && travis-cargo build -- --no-default-features)
|
||||||
- (cd serde && travis-cargo --only nightly build -- --no-default-features --features alloc)
|
- (cd serde && travis-cargo --only nightly build -- --no-default-features --features alloc)
|
||||||
- (cd serde && travis-cargo --only nightly build -- --no-default-features --features collections)
|
- (cd serde && travis-cargo --only nightly build -- --no-default-features --features collections)
|
||||||
- (cd test-suite && travis-cargo --skip nightly test)
|
- (cd test-suite && travis-cargo --only beta test)
|
||||||
- (cd test-suite && travis-cargo --only nightly test -- --features unstable-testing)
|
- (cd test-suite && travis-cargo --only nightly test -- --features unstable-testing)
|
||||||
- (cd test-suite/no-std-tests && travis-cargo --only nightly build)
|
- (cd test-suite/no-std-tests && travis-cargo --only nightly build)
|
||||||
- (cd serde && travis-cargo --only stable doc)
|
- (cd serde && travis-cargo --only stable doc)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user