Update travis image and remove now-ignored sudo tag

This commit is contained in:
Daniel García 2019-02-13 18:50:45 +01:00
parent d3773a433a
commit 8743d18aca
No known key found for this signature in database
GPG Key ID: FC8A7D14C3CD543A
1 changed files with 7 additions and 7 deletions

View File

@ -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