Run serde_test doc tests in Travis

This commit is contained in:
David Tolnay 2017-04-19 14:45:06 -07:00
parent d1253cb193
commit a369ee156f
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -69,6 +69,7 @@ else
channel build --no-default-features
cd "$DIR/serde_test"
channel build
channel test
CHANNEL=1.13.0
cargo clean