diff options
author | fanquake <fanquake@gmail.com> | 2019-03-12 10:46:50 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2019-09-12 20:28:17 +1000 |
commit | 376f4929f8f75011b72b2f9c3164980db482278a (patch) | |
tree | f88f0ad46d9cabef19f70d337770a6dbcfbb57eb /.travis.yml | |
parent | 04d9939f460d6f6e08ef07d1c437013977cf9816 (diff) |
build: disable BIP70 support by default
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 04308a5fa6..ec08ab2efb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -99,7 +99,7 @@ jobs: FILE_ENV="./ci/test/00_setup_env_win64.sh" - stage: test - name: '32-bit + dash [GOAL: install] [GUI: no BIP70]' + name: '32-bit + dash [GOAL: install] [GUI: BIP70 enabled]' env: >- FILE_ENV="./ci/test/00_setup_env_i686.sh" |