Do not require rustdoc tests to run on stable

This commit is contained in:
David Tolnay 2017-01-24 20:47:31 -08:00
parent 2c1dd60575
commit 1ffb0570b6
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -10,7 +10,7 @@ before_script:
- export PATH=$HOME/.local/bin:$PATH - export PATH=$HOME/.local/bin:$PATH
script: script:
- (cd serde && travis-cargo build) - (cd serde && travis-cargo build)
- (cd serde && travis-cargo --skip nightly test) - (cd serde && travis-cargo --only beta test)
- (cd serde && travis-cargo --only nightly test -- --features unstable-testing) - (cd serde && travis-cargo --only nightly test -- --features unstable-testing)
- (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)