From b4378661c719289a6147d5c225f39237913c65dd Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 16 Nov 2016 17:30:06 +0100 Subject: [PATCH] Try to build with all compilers, to see which one is the oldest compatible --- .travis.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.travis.yml b/.travis.yml index 24699c67..f2f44637 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,17 @@ sudo: false language: rust rust: +- 1.0.0 +- 1.1.0 +- 1.2.0 +- 1.3.0 +- 1.4.0 +- 1.5.0 +- 1.6.0 +- 1.7.0 +- 1.8.0 +- 1.9.0 +- 0.10.0 - 1.11.0 - 1.12.1 - beta