From: Joel Rosdahl Date: Mon, 11 Jul 2016 20:32:24 +0000 (+0200) Subject: Disable mingw32 build on v3.1.x X-Git-Tag: v3.1.12~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84954f7feea8a1daf31a48e2abc70ce359fb8ae1;p=thirdparty%2Fccache.git Disable mingw32 build on v3.1.x --- 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"