summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-10-03 17:16:28 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-10-03 17:16:28 -0400
commit47efea234fbeff87399197ef75d0b0613d11c658 (patch)
tree5ccdf5d133f0dd89157b714e47a47fded4cbc058
parentca0d8998a21d21f3e10271e86ba90e9bb684f138 (diff)
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.
-rw-r--r--.travis.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 0231cb23..85112278 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,9 +17,6 @@ matrix:
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
# Beta channel.
- os: linux