diff --git a/.travis.yml b/.travis.yml index 9637e42a9..6a2e8fa48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,8 @@ script: - cargo build - cargo test - cargo doc --no-deps + - if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then cargo bench ; fi + after_success: - travis-cargo --only nightly doc-upload env: