diff options
author | qmma <qmma70@gmail.com> | 2019-07-08 20:28:58 -0400 |
---|---|---|
committer | qmma <qmma70@gmail.com> | 2019-07-08 20:28:58 -0400 |
commit | 84edfc72e5eba3dde824ebd0626e97929a0b1bca (patch) | |
tree | 888d9673e9d08ab71ff58cea66ecb895eb90ae7d /.travis.yml | |
parent | 48bcb2ac249e0e666ce638bb29124558b3283c16 (diff) |
Update doc and CI config
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 adf2140642..b9eb33b13d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -165,7 +165,7 @@ jobs: RUN_FUNCTIONAL_TESTS=false RUN_FUZZ_TESTS=true GOAL="install" - BITCOIN_CONFIG="--disable-wallet --disable-bench --with-utils=no --with-daemon=no --with-libs=no --with-gui=no --enable-fuzz --with-sanitizers=fuzzer,address CC=clang CXX=clang++" + BITCOIN_CONFIG="--enable-fuzz --with-sanitizers=fuzzer,address CC=clang CXX=clang++" - stage: test name: 'x86_64 Linux [GOAL: install] [bionic] [no wallet]' |