mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-02-09 04:38:11 -05:00
adapt travis to not enable conflicting features
This commit is contained in:
parent
f57b407c60
commit
4c9cc9890c
@ -6,4 +6,6 @@ cache: cargo
|
|||||||
|
|
||||||
# Nothing to install
|
# Nothing to install
|
||||||
install: true
|
install: true
|
||||||
script: cargo build --all-features
|
script:
|
||||||
|
- cargo build --features "sqlite enable_syslog"
|
||||||
|
- cargo build --features "mysql enable_syslog"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user