diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2017-12-02 05:52:34 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2017-12-02 05:52:34 +0000 |
commit | d374a1ecd3f69027a2ce28e87806f459ef3f9105 (patch) | |
tree | 49d50662b5baf35458f1ef271eff0bf830e45032 /.travis.yml | |
parent | edf1bacba11a00894a035438cf4f0c14c9e495c9 (diff) | |
parent | 54313a7a9318294bf22f4640476fb1195ec301f6 (diff) | |
download | nix-d374a1ecd3f69027a2ce28e87806f459ef3f9105.zip |
Merge #805
805: Fix epoll bug in release mode on Rust 1.20+ r=Susurrus a=Susurrus
Seems to have occurred within a Rust release after 1.13, so let's test all of them since then!
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml index f0aa93f1..c8caf483 100644 --- a/.travis.yml +++ b/.travis.yml @@ -93,15 +93,9 @@ matrix: rust: 1.13.0 os: osx - # Testing beta on main targets + # Make sure stable is always working too - env: TARGET=x86_64-unknown-linux-gnu - rust: beta - - allow_failures: - # We allow beta to fail here because a bug might crop up in rust that causes it. We will - # however be on the lookout for this and file those bugs with upstream. - - env: TARGET=x86_64-unknown-linux-gnu - rust: beta + rust: stable before_install: set -e |