From 91dd32777e6180353d0acfe6ed6bd2aa3a239970 Mon Sep 17 00:00:00 2001 From: Gregory Sanders Date: Wed, 13 Feb 2019 17:02:18 -0500 Subject: [PATCH] Disable functional tests for bitcoin_functional build --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 0c9f1f43e2..0b93a31f19 100644 --- a/.travis.yml +++ b/.travis.yml @@ -143,5 +143,6 @@ jobs: PACKAGES="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 RUN_BITCOIN_TESTS=true + RUN_FUNCTIONAL_TESTS=false GOAL="install" BITCOIN_CONFIG="--enable-zmq --with-incompatible-bdb --enable-glibc-back-compat --enable-reduce-exports --with-gui=qt5 CPPFLAGS=-DDEBUG_LOCKORDER"