diff options
author | Kamal Marhubi <kamal@marhubi.com> | 2016-01-13 15:59:58 -0500 |
---|---|---|
committer | Kamal Marhubi <kamal@marhubi.com> | 2016-01-18 20:17:20 -0500 |
commit | cca7ec20eee12cc85f43c6cee85fba693c25159a (patch) | |
tree | b7a5cdc9cd8c7a00cf836e9d9a5dc09ba8675731 /.travis.yml | |
parent | c2c052f98c67e06fc0b6e8bad7e7b82e44911fe9 (diff) | |
download | nix-cca7ec20eee12cc85f43c6cee85fba693c25159a.zip |
ci: Test on Rust stable, beta, 1.1.0+
refs https://github.com/carllerche/nix-rust/issues/238
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 8618c4dd..34f9818f 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 |