Spiegel von
https://github.com/dani-garcia/vaultwarden.git
synchronisiert 2024-11-04 02:18:00 +01:00
adapt travis to not enable conflicting features
Dieser Commit ist enthalten in:
Ursprung
f57b407c60
Commit
4c9cc9890c
1 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen
|
@ -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"
|
||||
|
|
Laden …
In neuem Issue referenzieren