bitwarden_rs/.travis.yml
2019-02-13 18:50:45 +01:00

10 lines
137 B
YAML

dist: xenial
language: rust
rust: nightly
cache: cargo
# Nothing to install
install: true
script: cargo build --verbose --all-features