Merge pull request #10 from luke-jr/fix_travis

Fix Travis
This commit is contained in:
Luke Dashjr
2018-06-03 23:05:30 +00:00
committed by GitHub

View File

@@ -24,7 +24,7 @@ matrix:
packages: packages:
- gcc-mingw-w64-i686 - gcc-mingw-w64-i686
- binutils-mingw-w64-i686 - binutils-mingw-w64-i686
- mingw-w64-dev - mingw-w64-i686-dev
- compiler: ": Win64 - No tool/tests" - compiler: ": Win64 - No tool/tests"
env: CONFIGURE_OPTS="--disable-tool --host=x86_64-w64-mingw32 --enable-static --enable-shared" env: CONFIGURE_OPTS="--disable-tool --host=x86_64-w64-mingw32 --enable-static --enable-shared"
addons: addons:
@@ -32,7 +32,7 @@ matrix:
packages: packages:
- gcc-mingw-w64-x86-64 - gcc-mingw-w64-x86-64
- binutils-mingw-w64-x86-64 - binutils-mingw-w64-x86-64
- mingw-w64-dev - mingw-w64-x86-64-dev
exclude: exclude:
- compiler: gcc - compiler: gcc
install: install: