]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Disable mingw32 build on v3.1.x
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 11 Jul 2016 20:32:24 +0000 (22:32 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 11 Jul 2016 20:32:24 +0000 (22:32 +0200)
.travis.yml

index 1c5d0d9969396914056c824fcd6d6119f39d85cd..eb21fe2f382997b7142f562e4ecf44a2fd0b9619 100644 (file)
@@ -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"