X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=.travis.yml;h=f4319898d835f0fb8c9dbc9340ae9c122aaa62ca;hb=6977e8ee4a718a76351ba5275a9f0be4e530eab5;hp=9354e12ed068df678921d2d14dd656f173b647b7;hpb=c880b3e3141ba5229d4ddf8390c4b9e09cd832f8;p=openssl.git diff --git a/.travis.yml b/.travis.yml index 9354e12ed0..f4319898d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,7 @@ compiler: env: - CONFIG_OPTS="" - CONFIG_OPTS="shared" + - CONFIG_OPTS="no-asm" - CONFIG_OPTS="--debug --strict-warnings" matrix: @@ -56,6 +57,10 @@ matrix: env: CONFIG_OPTS="shared" - compiler: x86_64-w64-mingw32-gcc env: CONFIG_OPTS="shared" + - compiler: i686-w64-mingw32-gcc + env: CONFIG_OPTS="no-asm" + - compiler: x86_64-w64-mingw32-gcc + env: CONFIG_OPTS="no-asm" allow_failures: - compiler: i686-w64-mingw32-gcc env: CONFIG_OPTS="--debug --strict-warnings"