From 77638b388d31b3835b16e5e2cb7cd2be101ad37a Mon Sep 17 00:00:00 2001 From: Tim Kuehn Date: Thu, 16 Feb 2017 17:53:06 -0800 Subject: [PATCH] Have travis test README with rustdoc. Yay! --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f240e47..795443d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,8 @@ before_script: script: - | travis-cargo build && travis-cargo test && travis-cargo bench && - travis-cargo build -- --features tls && travis-cargo test -- --features tls && travis-cargo bench -- --features tls + travis-cargo build -- --features tls && travis-cargo test -- --features tls && travis-cargo bench -- --features tls && + rustdoc --test README.md -L target/debug/deps -L target/debug after_success: - travis-cargo coveralls --no-sudo