From 879e3e66ba624dbd4b15ef4bbbeb59fe1b679a41 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Arnaud Date: Mon, 15 Jul 2019 20:59:38 +0200 Subject: [PATCH 1/2] add rust versions --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1b7784f..415a125 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,11 @@ rust: - 1.28.0 - 1.29.0 - 1.31.0 + - 1.32.0 + - 1.33.0 + - 1.34.0 + - 1.35.0 + - 1.36.0 - stable - beta - nightly From 7512976429861478f975495975cab0375823203d Mon Sep 17 00:00:00 2001 From: Marc-Antoine Arnaud Date: Mon, 15 Jul 2019 21:21:19 +0200 Subject: [PATCH 2/2] remove rust 1.29, incompatible with missing edition version --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 415a125..da45a54 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ rust: - 1.26.0 - 1.27.0 - 1.28.0 - - 1.29.0 - 1.31.0 - 1.32.0 - 1.33.0