From bceaea1206ef0d44204eaeee39cc53f6e69b9336 Mon Sep 17 00:00:00 2001 From: Tim Kuehn Date: Thu, 16 Feb 2017 20:18:46 -0800 Subject: [PATCH] .travis.yml: Do tls tests, then rustdoc tests, then regular tests --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 795443d..fe53702 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,9 +21,9 @@ 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 && - rustdoc --test README.md -L target/debug/deps -L target/debug + rustdoc --test README.md -L target/debug/deps -L target/debug && + travis-cargo build && travis-cargo test && travis-cargo bench after_success: - travis-cargo coveralls --no-sudo