From a369ee156f8b4d36ffee85b7df7eb6f18743a791 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Wed, 19 Apr 2017 14:45:06 -0700 Subject: [PATCH] Run serde_test doc tests in Travis --- travis.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/travis.sh b/travis.sh index fa760b57..3a83daac 100755 --- a/travis.sh +++ b/travis.sh @@ -69,6 +69,7 @@ else channel build --no-default-features cd "$DIR/serde_test" channel build + channel test CHANNEL=1.13.0 cargo clean