summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2014-04-30 10:55:58 +0200
committerCarlos Martín Nieto <cmn@dwim.me>2014-04-30 11:15:41 +0200
commitf5fc63bc0cdc19250b384ea62e2e1796128831ec (patch)
treef2c2d3ec22e205c984f9bbdd2edb1eed16b437f3 /.travis.yml
parent096ac799a37e235d894641f2974a6d6105e41d4c (diff)
downloadlibgit2-f5fc63bc0cdc19250b384ea62e2e1796128831ec.tar.gz
Don't exclude libssh2 from MinGWcmn/known-libs
It reportedly works. It does not however work when cross-compiling on Travis, so let's disable it there. This fixes #2311.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f25ff7681..fcae726dd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,7 +19,7 @@ matrix:
fast_finish: true
include:
- compiler: i586-mingw32msvc-gcc
- env: OPTIONS="-DBUILD_CLAR=OFF -DWIN32=ON -DMINGW=ON"
+ env: OPTIONS="-DBUILD_CLAR=OFF -DWIN32=ON -DMINGW=ON -DUSE_SSH=OFF"
- compiler: gcc
env: COVERITY=1
allow_failures: