From 793818863182b0db1f9b489e1817b7fe7e408695 Mon Sep 17 00:00:00 2001 From: Amanieu d'Antras Date: Fri, 4 Oct 2019 01:42:04 +0100 Subject: [PATCH] Disable i686-pc-windows-gnu on Travis since it isn't supported by cross --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 169178f061..71bcfb84ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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)"