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