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