Passing features with --

This commit is contained in:
Dennis Schwerdel 2015-11-23 19:38:16 +01:00
parent b66dc36e2e
commit 8d1dace003
1 changed files with 4 additions and 4 deletions

View File

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