From e50b0dc9f9ba0b7e75677e1ac81fa9b260251aa6 Mon Sep 17 00:00:00 2001 From: Azriel Hoh Date: Wed, 12 Dec 2018 22:06:55 +1300 Subject: [PATCH] Added Rust 1.25.0 to CI configuration. See --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7e0080261..405e5775a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,6 +43,10 @@ matrix: - rust: nightly script: *test_all + # Test everything on Rust 1.25.0 for backward compatibility + - rust: 1.25.0 + script: *test_all + # Upload docs on nightly - rust: nightly script: