diff --git a/.travis.yml b/.travis.yml index 765594f..f585909 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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