Run benchmarks in travis.

This commit is contained in:
2018-12-18 16:49:04 +01:00
parent ea31a088b0
commit 38058f61e8

View File

@@ -16,3 +16,9 @@ cache: cargo
# Custom directory, for the correct year
before_script:
- cd 2018
# After success on stable, run benchmark
after_succes:
- if [ "$TRAVIS_RUST_VERSION" == "stable" ]; then
cargo bench;
fi