Run the benchmarks on nightly

This commit is contained in:
Ivan Ukhov 2015-11-21 19:04:01 +01:00
parent 8ff1be5977
commit fefb9afb5f

View File

@ -5,6 +5,16 @@ rust:
- beta
- nightly
script:
- if [ "$TRAVIS_RUST_VERSION" = "nightly" ]; then
cargo bench;
cargo build;
cargo test;
else
cargo build;
cargo test;
fi
after_success:
- curl https://stainless-steel.github.io/travis/after_success.sh | bash