diff options
| author | Cory Fields <[email protected]> | 2015-05-04 11:05:25 -0400 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2015-05-04 11:05:25 -0400 |
| commit | cc602d0f8306148ace743f4ed493ad5fe5f80958 (patch) | |
| tree | f2b7f7ca97d499e41fe6bf31894b9b53a9dc099e | |
| parent | build: if there's no recent git tag, don't spew error messages (diff) | |
| download | discoin-cc602d0f8306148ace743f4ed493ad5fe5f80958.tar.xz discoin-cc602d0f8306148ace743f4ed493ad5fe5f80958.zip | |
travis: don't spew fixme messages when running wine tests
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e6578ee07..1f6eb15c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ env: - BASE_OUTDIR=$TRAVIS_BUILD_DIR/out - SDK_URL=https://bitcoincore.org/depends-sources/sdks - PYTHON_DEBUG=1 + - WINEDEBUG=fixme-all cache: apt: true directories: |