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