From 23afe7d78e9d7512b31f233569618c368611d391 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Wed, 18 Mar 2020 10:19:26 -0400 Subject: [PATCH] No more 32 bit apple targets. --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 04b87ef..b80e43b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,17 +5,12 @@ matrix: include: # macOS 10.12 - env: TARGET=x86_64-apple-darwin CGFEATURES="--features elcapitan" - - env: TARGET=i686-apple-darwin CGFEATURES="--features elcapitan" # macOS 10.10 - osx_image: xcode7.2 env: TARGET=x86_64-apple-darwin CGFEATURES="" - - osx_image: xcode7.2 - env: TARGET=i686-apple-darwin CGFEATURES="" # macOS 10.13 - osx_image: xcode9.4 env: TARGET=x86_64-apple-darwin CGFEATURES="--features highsierra,elcapitan" - - osx_image: xcode9.4 - env: TARGET=i686-apple-darwin CGFEATURES="--features highsierra,elcapitan" install: - rustup target add $TARGET