1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-05-12 22:53:56 +00:00

Updated dependencies, added Travis CI integration and some badges

This commit is contained in:
Daniel García 2018-08-24 17:07:11 +02:00
parent 335099cd30
commit 39891e86a0
5 changed files with 290 additions and 310 deletions

7
.travis.yml Normal file
View file

@ -0,0 +1,7 @@
# 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