diff options
| author | Max K. <[email protected]> | 2015-08-11 08:07:36 +0200 |
|---|---|---|
| committer | Max K. <[email protected]> | 2015-08-11 08:07:36 +0200 |
| commit | 605ff9a796b45ead808428dc9452eedeeee0ebc7 (patch) | |
| tree | ab5cb728189f7b8a158f0a69fa7705bf8a88f01a | |
| parent | Merge pull request #1236 from rnicoll/1.10-gitian-descriptors (diff) | |
| parent | [travis] disable windows tests (diff) | |
| download | discoin-605ff9a796b45ead808428dc9452eedeeee0ebc7.tar.xz discoin-605ff9a796b45ead808428dc9452eedeeee0ebc7.zip | |
Merge pull request #1232 from patricklodder/1.10-disable-win-tests
[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: |