vw_small

Hardened fork of Vaultwarden (https://github.com/dani-garcia/vaultwarden) with fewer features.
git clone https://git.philomathiclife.com/repos/vw_small
Log | Files | Refs | README

commit 8743d18aca33ef7c1266754adfe738ad7aa0b1ac
parent d3773a433a6f40dc0675f63cd57184c11d88c07b
Author: Daniel GarcĂ­a <dani-garcia@users.noreply.github.com>
Date:   Wed, 13 Feb 2019 18:50:45 +0100

Update travis image and remove now-ignored sudo tag

Diffstat:
M.travis.yml | 14+++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -1,9 +1,9 @@ -# Copied from Rocket's .travis.yml +dist: xenial + language: rust -sudo: required # so we get a VM with higher specs -dist: trusty # so we get a VM with higher specs +rust: nightly cache: cargo -rust: -- nightly -script: -- cargo build --verbose --all-features + +# Nothing to install +install: true +script: cargo build --verbose --all-features