mirror of https://github.com/dswd/vpncloud.git
Testing crypto feature too
This commit is contained in:
parent
5fd6afeceb
commit
b66dc36e2e
11
.travis.yml
11
.travis.yml
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue