diff --git a/.travis.yml b/.travis.yml index cb08e40d..5d426b92 100644 --- a/.travis.yml +++ b/.travis.yml @@ -160,18 +160,10 @@ before_script: srcdir=.; top=.; fi - - if [ "$CC" == i686-w64-mingw32-gcc ]; then - export CROSS_COMPILE=${CC%%gcc}; unset CC; - $srcdir/Configure mingw $CONFIG_OPTS -Wno-pedantic-ms-format; - elif [ "$CC" == x86_64-w64-mingw32-gcc ]; then - export CROSS_COMPILE=${CC%%gcc}; unset CC; - $srcdir/Configure mingw64 $CONFIG_OPTS -Wno-pedantic-ms-format; - else - if which ccache >/dev/null && [ "$CC" != clang-3.9 ]; then + - if which ccache >/dev/null && [ "$CC" != clang-3.9 ]; then CC="ccache $CC"; - fi; - $srcdir/config -v $CONFIG_OPTS; - fi + fi; + - $srcdir/config -v $CONFIG_OPTS; - cd $top script: