0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-05 13:38:55 +02:00
bitwarden_rs/.travis.yml

10 lines
224 B
YAML
Raw Normal View History

# Copied from Rocket's .travis.yml
language: rust
sudo: required # so we get a VM with higher specs
dist: trusty # so we get a VM with higher specs
cache: cargo
rust:
- nightly
script:
- cargo build --verbose --all-features