diff options
author | Carlos Martín Nieto <cmn@dwim.me> | 2016-03-09 19:01:33 +0100 |
---|---|---|
committer | Carlos Martín Nieto <cmn@dwim.me> | 2016-03-14 11:05:58 +0100 |
commit | b1093e62d521b2625f1651a3c2083a0c3e92ffad (patch) | |
tree | b9c68aeae8e3e7e181424f908b0f04079184e20c /.travis.yml | |
parent | 084f2c4b419839e4954ff78290a84843ff092a97 (diff) | |
download | libgit2-b1093e62d521b2625f1651a3c2083a0c3e92ffad.tar.gz |
Remove CI support for mingw32cmn/remove-mingw32
The tests have never run successfully and we do have successful builds
of mingw-w64, so remove these CI builds which do not add value.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 2f3ffe355..bfc0fac48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,9 +37,6 @@ matrix: - os: osx compiler: gcc include: - - compiler: i586-mingw32msvc-gcc - env: OPTIONS="-DCMAKE_TOOLCHAIN_FILE=../script/toolchain-mingw32.cmake" SKIP_TESTS=1 - os: linux - compiler: gcc env: COVERITY=1 os: linux |