Skip to content

Commit 12eb9b9

Browse files
committed
Don't run unit tests for compatibility run(which is a NOP)
1 parent 64f8be1 commit 12eb9b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ jobs:
192192
HOST=x86_64-unknown-linux-gnu
193193
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"
194194
NO_DEPENDS=1
195+
RUN_UNIT_TESTS=false
195196
RUN_BITCOIN_TESTS=true
196197
RUN_FUNCTIONAL_TESTS=false
197198
GOAL="install"

0 commit comments

Comments
 (0)