Skip to content

Commit

Permalink
[Travis] Disable benchmark framework for trusty test
Browse files Browse the repository at this point in the history
  • Loading branch information
random-zebra committed May 28, 2020
1 parent 1bd89ac commit 5a1be90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
NO_DEPENDS=1
RUN_FUNCTIONAL_TESTS=false
GOAL="install"
BITCOIN_CONFIG="--enable-zmq --with-incompatible-bdb --with-gui=no"
BITCOIN_CONFIG="--enable-zmq --with-incompatible-bdb --with-gui=no --disable-bench"
- stage: test
name: 'x86_64 Linux [GOAL: install] [xenial] [no depends, only system libs]'
Expand Down

0 comments on commit 5a1be90

Please sign in to comment.