From 9e56ed5aad0fa79c922d96887430f3b50fa09e76 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 16 Nov 2018 12:10:52 -0800 Subject: [PATCH] Bump the minimum Rust version to 1.30.1, following Cranelift's policy. --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 614364ae42..575ef9be90 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,7 @@ language: rust rust: - - stable - # The version of rust in the latest Ubuntu LTS, currently Bionic. - - 1.25.0 + - 1.30.1 - beta - nightly matrix: @@ -13,6 +11,9 @@ matrix: # fail, so we don't allow them to hold up people using stable. - rust: beta - rust: nightly + # Similarly, we don't need to hold up people using stable while we wait + # for the results which may fail. + fast_finish: true dist: trusty sudo: false before_script: