Skip to content

Commit a22622c

Browse files
committed
Auto merge of #139 - Amanieu:remove_apple, r=Amanieu
Remove i686-apple-darwin from CI This target is [no longer supported by rustup](https://blog.rust-lang.org/2020/01/03/reducing-support-for-32-bit-apple-targets.html).
2 parents 11368d0 + 389d448 commit a22622c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ matrix:
4242
env: TARGET=x86_64-apple-darwin
4343
os: osx
4444
osx_image: xcode10
45-
- name: "i686-apple-darwin"
46-
env: TARGET=i686-apple-darwin
47-
os: osx
48-
osx_image: xcode10
4945
- name: "x86_64-pc-windows-msvc"
5046
env: TARGET=x86_64-pc-windows-msvc
5147
os: windows

0 commit comments

Comments
 (0)