From 8743d18aca33ef7c1266754adfe738ad7aa0b1ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa?= Date: Wed, 13 Feb 2019 18:50:45 +0100 Subject: [PATCH] Update travis image and remove now-ignored sudo tag --- .travis.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 977b06ee..cfa4c7a1 100644 --- 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