mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2024-11-15 09:58:54 -07: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
|
||||
install: true
|
||||
script: cargo build --all-features
|
||||
script:
|
||||
- cargo build --features "sqlite enable_syslog"
|
||||
- cargo build --features "mysql enable_syslog"
|
||||
|
Loading…
Reference in New Issue
Block a user