Merge pull request #1232 from patricklodder/1.10-disable-win-tests

[travis] disable windows tests
This commit is contained in:
Max K. 2015-08-11 08:07:36 +02:00
commit 605ff9a796

View File

@ -35,7 +35,7 @@ matrix:
packages:
- g++-arm-linux-gnueabihf
- compiler: ": Win32"
env: HOST=i686-w64-mingw32 RUN_TESTS=true GOAL="deploy" BITCOIN_CONFIG="--enable-gui --enable-reduce-exports" MAKEJOBS="-j2"
env: HOST=i686-w64-mingw32 GOAL="deploy" BITCOIN_CONFIG="--enable-gui --enable-reduce-exports" MAKEJOBS="-j2"
addons:
apt:
packages:
@ -54,7 +54,7 @@ matrix:
- g++-multilib
- bc
- compiler: ": Win64"
env: HOST=x86_64-w64-mingw32 RUN_TESTS=true GOAL="deploy" BITCOIN_CONFIG="--enable-gui --enable-reduce-exports" MAKEJOBS="-j2"
env: HOST=x86_64-w64-mingw32 GOAL="deploy" BITCOIN_CONFIG="--enable-gui --enable-reduce-exports" MAKEJOBS="-j2"
addons:
apt:
packages: