Skip to content

Commit 7938188

Browse files
committed
Disable i686-pc-windows-gnu on Travis since it isn't supported by cross
1 parent a6999d2 commit 7938188

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,9 @@ matrix:
5151
os: windows
5252
- name: "x86_64-pc-windows-gnu"
5353
env: TARGET=x86_64-pc-windows-gnu CROSS=1
54-
- name: "i686-pc-windows-gnu"
55-
env: TARGET=i686-pc-windows-gnu CROSS=1
54+
# This target is not supported by cross
55+
#- name: "i686-pc-windows-gnu"
56+
# env: TARGET=i686-pc-windows-gnu CROSS=1
5657

5758
# Tier 2/3 targets:
5859
- name: "i586-unknown-linux-gnu (no SSE2)"

0 commit comments

Comments
 (0)