This commit is contained in:
2018-12-18 16:53:15 +01:00
parent 38058f61e8
commit 1c19f4c514

View File

@@ -18,7 +18,7 @@ before_script:
- cd 2018
# After success on stable, run benchmark
after_succes:
after_success:
- if [ "$TRAVIS_RUST_VERSION" == "stable" ]; then
cargo bench;
fi