diff options
| author | Patrick Lodder <[email protected]> | 2015-08-10 14:26:40 +0200 |
|---|---|---|
| committer | Patrick Lodder <[email protected]> | 2015-08-10 14:26:40 +0200 |
| commit | dc093a8c3c5de3041f19ed0a42273e4bbd1d3eef (patch) | |
| tree | 9e292421aebf0ff9c825b2fdd70aa5cea7de1a5a | |
| parent | Merge pull request #1227 from kaykurokawa/1.10-dev (diff) | |
| download | discoin-dc093a8c3c5de3041f19ed0a42273e4bbd1d3eef.tar.xz discoin-dc093a8c3c5de3041f19ed0a42273e4bbd1d3eef.zip | |
[travis] disable windows tests
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index f9d1a78ee..2f3792d4e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: |