mirror of https://github.com/dswd/vpncloud.git
Passing features with --
This commit is contained in:
parent
b66dc36e2e
commit
8d1dace003
|
@ -15,10 +15,10 @@ before_script:
|
||||||
'
|
'
|
||||||
script:
|
script:
|
||||||
- ! 'travis-cargo build &&
|
- ! 'travis-cargo build &&
|
||||||
travis-cargo build --features "crypto" &&
|
travis-cargo build -- --features "crypto" &&
|
||||||
travis-cargo test --features "crypto" &&
|
travis-cargo test -- --features "crypto" &&
|
||||||
travis-cargo bench --features "crypto" &&
|
travis-cargo bench -- --features "crypto" &&
|
||||||
travis-cargo --only stable doc --features "crypto"
|
travis-cargo --only stable doc -- --features "crypto"
|
||||||
'
|
'
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
|
Loading…
Reference in New Issue