From bb21cbcdcf36618f2efbb6e64fe192ed590f1ea1 Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Fri, 14 Dec 2018 22:08:42 -0500 Subject: [PATCH] Rust 1.31 is stable nowww --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 97687a2d7..095308b44 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ dist: trusty language: rust cache: cargo rust: - - beta # Change this to stable when Rust 1.31.0 is out + - stable branches: only: - master