Update travis image and remove now-ignored sudo tag

pull/398/head
Daniel García 6 years ago
parent d3773a433a
commit 8743d18aca
No known key found for this signature in database
GPG Key ID: FC8A7D14C3CD543A

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

Loading…
Cancel
Save