1
0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2024-11-22 19:02:54 +01:00
Vaultwarden/.travis.yml
2019-06-02 00:28:20 +02:00

12 lines
167 B
YAML

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