Remove serde-syntex-example from travis until serde_json 0.8.0

This commit is contained in:
David Tolnay 2016-07-17 12:59:04 -07:00
parent 6fe01bc8e3
commit e404de85b2
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -25,8 +25,8 @@ script:
- (cd testing && travis-cargo --skip nightly test)
- (cd testing && travis-cargo --only nightly test -- --features nightly-testing)
- (cd serde_macros && travis-cargo --only nightly test -- --features nightly-testing)
- (cd examples/serde-syntex-example && travis-cargo --skip nightly run)
- (cd examples/serde-syntex-example && travis-cargo --only nightly run -- --no-default-features --features nightly)
#- (cd examples/serde-syntex-example && travis-cargo --skip nightly run)
#- (cd examples/serde-syntex-example && travis-cargo --only nightly run -- --no-default-features --features nightly)
- (cd serde && travis-cargo --only stable doc)
after_success:
- (cd serde && travis-cargo --only stable doc-upload)