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:
|
script:
|
||||||
- ! 'travis-cargo build &&
|
- ! 'travis-cargo build &&
|
||||||
|
travis-cargo build --features "crypto" &&
|
||||||
travis-cargo test &&
|
travis-cargo test --features "crypto" &&
|
||||||
|
travis-cargo bench --features "crypto" &&
|
||||||
travis-cargo bench &&
|
travis-cargo --only stable doc --features "crypto"
|
||||||
|
|
||||||
travis-cargo --only stable doc
|
|
||||||
|
|
||||||
'
|
'
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
|
Loading…
Reference in New Issue