travis: allow cross compiled windows build to fail

Travis appears to be building only a static version of OpenSSL. Thus,
the compile error can be fixed by adding "-lgdi32" to CRYPTO_LIBS.
However, we don't want to change this to just satisfy CI.
Unfortunately, I was not able to reproduce this problem on my machine to
examine the root cause.
This commit is contained in:
Frank Morgner
2016-05-25 16:52:00 +02:00
parent 3b6bb19210
commit e88d7f211b

View File

@@ -6,6 +6,9 @@ matrix:
- compiler: gcc - compiler: gcc
- compiler: i686-w64-mingw32-gcc - compiler: i686-w64-mingw32-gcc
- compiler: x86_64-w64-mingw32-gcc - compiler: x86_64-w64-mingw32-gcc
allow_failures:
- compiler: i686-w64-mingw32-gcc
- compiler: x86_64-w64-mingw32-gcc
env: env:
global: global: