Skip to content

Commit

Permalink
[travis] disable windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklodder committed Aug 10, 2015
1 parent c15e5ce commit dc093a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit dc093a8

Please sign in to comment.