From e90adb20ef94d7e0f4f7ae38d3d4d429999c86c9 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 9 Jun 2016 01:42:00 -0700 Subject: [PATCH] Run serde-syntex-example in Travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0b7cf31c..a98baf6a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,8 @@ script: - (cd serde_tests && travis-cargo --only nightly test -- --features nightly-testing) - (cd serde_macros && travis-cargo --only nightly test -- --features nightly-testing) - (cd serde_macros && travis-cargo --only nightly bench -- --features nightly-testing) +- (cd examples/serde-syntex-example && travis-cargo run) +- (cd examples/serde-syntex-example && travis-cargo --only nightly run -- --features nightly --no-default-features) - (cd serde && travis-cargo --only stable doc) - (cd serde_codegen && travis-cargo --only stable doc) - (cd serde_macros && travis-cargo --only nightly doc)