mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2024-11-17 18:55:12 +00:00
Update travis image and remove now-ignored sudo tag
This commit is contained in:
parent
d3773a433a
commit
8743d18aca
14
.travis.yml
14
.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
|
||||
|
Loading…
Reference in New Issue
Block a user