Skip to content

Commit

Permalink
Disable i686-pc-windows-gnu on Travis since it isn't supported by cross
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Oct 4, 2019
1 parent a6999d2 commit 7938188
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ matrix:
os: windows
- name: "x86_64-pc-windows-gnu"
env: TARGET=x86_64-pc-windows-gnu CROSS=1
- name: "i686-pc-windows-gnu"
env: TARGET=i686-pc-windows-gnu CROSS=1
# This target is not supported by cross
#- name: "i686-pc-windows-gnu"
# env: TARGET=i686-pc-windows-gnu CROSS=1

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

0 comments on commit 7938188

Please sign in to comment.