bitwarden_rs/.travis.yml
2019-05-27 00:41:42 +02:00

12 lines
195 B
YAML

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"