From f011b0105189af7c131b257a210b5eb49c84ba1a Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 11 Jun 2015 01:34:08 -0700 Subject: Make serde-tests a standalone crate --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 417e85d..7866398 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ script: - cargo build --verbose --no-default-features - cargo build --verbose --features serde --no-default-features - cargo test --verbose --features serde + - cargo test --verbose --manifest-path serde-tests/Cargo.toml - rustdoc --test README.md -L target - cargo doc --no-deps after_success: -- cgit v1.2.3