Testing crypto feature too

This commit is contained in:
Dennis Schwerdel 2015-11-23 19:33:12 +01:00
parent 5fd6afeceb
commit b66dc36e2e
1 changed files with 4 additions and 7 deletions

View File

@ -15,13 +15,10 @@ before_script:
'
script:
- ! 'travis-cargo build &&
travis-cargo test &&
travis-cargo bench &&
travis-cargo --only stable doc
travis-cargo build --features "crypto" &&
travis-cargo test --features "crypto" &&
travis-cargo bench --features "crypto" &&
travis-cargo --only stable doc --features "crypto"
'
addons:
apt: