From 47efea234fbeff87399197ef75d0b0613d11c658 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Mon, 3 Oct 2016 17:16:28 -0400 Subject: Remove i686-darwin. Apparently 32 bit Mac CPUs are really old at this point. Also, it has been causing CI to fail lately. It's not worth it. --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0231cb23..85112278 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,9 +15,6 @@ matrix: - os: linux rust: nightly env: TARGET=x86_64-unknown-linux-musl - - os: osx - rust: nightly - env: TARGET=i686-apple-darwin - os: osx rust: nightly env: TARGET=x86_64-apple-darwin -- cgit v1.2.3