From d7577f3220dd23c1840facf0e5857e0f844c2e82 Mon Sep 17 00:00:00 2001 From: kennytm Date: Wed, 8 Jun 2016 00:45:54 +0800 Subject: [PATCH] Make nightly-i686 failable due to travis env problem. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index bc7070a..4f7048d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,6 +31,9 @@ matrix: - env: ARCH=i686 rust: 1.8.0 # Note: on 1.8.0, all i686 build panics with the message "Box", cause all `should_panic` tests to fail. + - env: ARCH=i686 + rust: nightly + # Note: nightly-i686 keeps failing, it seems that travis's nightly is outdated. install: - if [ "$TRAVIS_OS_NAME" = 'linux' ]; then OS=unknown-linux-gnu; else OS=apple-darwin; fi