1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-08-29 22:14:47 +00:00

Update dependencies and remove travis unused feature

This commit is contained in:
Daniel García 2019-06-02 00:28:20 +02:00
commit 9add8e19eb
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
5 changed files with 161 additions and 145 deletions

View file

@ -7,5 +7,5 @@ cache: cargo
# Nothing to install
install: true
script:
- cargo build --features "sqlite enable_syslog"
- cargo build --features "mysql enable_syslog"
- cargo build --features "sqlite"
- cargo build --features "mysql"