1
0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2024-11-11 13:32:38 +01:00
Vaultwarden/.travis.yml

12 lines
195 B
YAML
Raw Normal View History

dist: xenial
language: rust
rust: nightly
cache: cargo
# Nothing to install
install: true
script:
- cargo build --features "sqlite enable_syslog"
- cargo build --features "mysql enable_syslog"