From: Chris Morgan Date: Sat, 5 Mar 2016 02:27:54 +0000 (+1100) Subject: s/unstable/bench/ in travis config X-Git-Tag: 0.12.0~1 X-Git-Url: https://git.chrismorgan.info/anymap/commitdiff_plain/85398300eed399bca2cc0715113546931303df97 s/unstable/bench/ in travis config --- diff --git a/.travis.yml b/.travis.yml index 9e22974..a2f12a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ env: global: - secure: nR+DJRUQ9v03nNZMpMu1tGKLKBAqdQsTIAr8ffdl+DUEh3b2jvQ+vLLNFLPjsloqhoOXo7cWO7qVpiE4ZOq2lNDURQjdiZGFjh/Y5+xKy2BqFdV7qQ1JoBzsMyx28tQTYz0mtBsACiCYKKb+ddNX5hpwrsjp8cS7htZktA5kbiU= script: - - if [[ "$(rustc --version)" =~ -(dev|nightly) ]]; then cargo test --features unstable; else ! cargo test --features unstable; fi + - if [[ "$(rustc --version)" =~ -(dev|nightly) ]]; then cargo test --features bench; else ! cargo test --features bench; fi - cargo test - cargo doc after_script: