Browse Source

Update travis image and remove now-ignored sudo tag

pull/398/head
Daniel García 6 years ago
parent
commit
8743d18aca
No known key found for this signature in database GPG Key ID: FC8A7D14C3CD543A
  1. 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…
Cancel
Save