mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-09-10 18:55:57 +03:00
adapt travis to not enable conflicting features
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user