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