s/unstable/bench/ in travis config
This commit is contained in:
parent
016d324c51
commit
85398300ee
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue