From 84954f7feea8a1daf31a48e2abc70ce359fb8ae1 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Mon, 11 Jul 2016 22:32:24 +0200 Subject: [PATCH] Disable mingw32 build on v3.1.x --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1c5d0d996..eb21fe2f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,9 +18,6 @@ compiler: matrix: include: - - os: linux - compiler: i586-mingw32msvc-gcc - env: HOST="--host=i586-mingw32msvc" TEST="test/main.exe" - os: linux compiler: clang env: CFLAGS="-fsanitize=address -g" ASAN_OPTIONS="detect_leaks=0" -- 2.47.2