We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6999d2 commit 7938188Copy full SHA for 7938188
.travis.yml
@@ -51,8 +51,9 @@ matrix:
51
os: windows
52
- name: "x86_64-pc-windows-gnu"
53
env: TARGET=x86_64-pc-windows-gnu CROSS=1
54
- - name: "i686-pc-windows-gnu"
55
- env: TARGET=i686-pc-windows-gnu CROSS=1
+ # This target is not supported by cross
+ #- name: "i686-pc-windows-gnu"
56
+ # env: TARGET=i686-pc-windows-gnu CROSS=1
57
58
# Tier 2/3 targets:
59
- name: "i586-unknown-linux-gnu (no SSE2)"
0 commit comments