diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-01-31 12:11:51 -0500 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-01-31 12:11:15 -0500 |
commit | faee6c9cacde79e905aaf3c137d0295f4c6ddea2 (patch) | |
tree | 552c5a81d0986f7fb052e14a1ae47c4209b693d2 /.travis.yml | |
parent | efb6ddef9cb341428cbedf4373d1bdd19685a827 (diff) |
travis: Remove unused FUNCTIONAL_TESTS_CONFIG
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 8bfe39ed8f..e853dcfd4d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -125,7 +125,6 @@ jobs: HOST=x86_64-unknown-linux-gnu PACKAGES="clang llvm python3-zmq qtbase5-dev qttools5-dev-tools libssl1.0-dev libevent-dev bsdmainutils libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev libdb5.3++-dev libminiupnpc-dev libzmq3-dev libprotobuf-dev protobuf-compiler libqrencode-dev" NO_DEPENDS=1 - FUNCTIONAL_TESTS_CONFIG="--exclude wallet_multiwallet.py" # Temporarily suppress ASan heap-use-after-free (see issue #14163) GOAL="install" BITCOIN_CONFIG="--enable-zmq --with-incompatible-bdb --with-gui=qt5 CPPFLAGS=-DDEBUG_LOCKORDER --with-sanitizers=address,integer,undefined CC=clang CXX=clang++" |