From e4320695077dc061381dfc109ca1f8829394ec14 Mon Sep 17 00:00:00 2001 From: Kamal Marhubi Date: Wed, 13 Jan 2016 15:59:58 -0500 Subject: [PATCH] ci: Test on Rust stable, beta, 1.1.0+ refs https://github.com/carllerche/nix-rust/issues/238 --- .travis.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8618c4ddc1..34f9818fb9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,19 @@ sudo: false language: rust rust: + - 1.1.0 # Oldest supported version + - 1.2.0 + - 1.3.0 + - 1.4.0 + - 1.5.0 + - stable + - beta - nightly - - 1.1.0 + +# Failures on nightly shouldn't fail the overall build. +matrix: + allow_failures: + - rust: nightly os: - linux