mirror of
https://github.com/ViViDboarder/bitwarden_rs.git
synced 2024-11-22 13:16:39 +00: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…
Reference in New Issue
Block a user