diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-05-02 16:48:05 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-05-15 14:27:18 -0400 |
commit | fad0ce59e9154f9b7e61907a71c740a942c60282 (patch) | |
tree | 699633db7e46fe8bedb820efc8ad01354abfc559 /.travis.yml | |
parent | 65526fc8666fef35ef908dbc225f706bef642c7e (diff) |
tests: Fail if RPC has been added without tests
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index c61fcb2ed0..c281d3ed70 100644 --- a/.travis.yml +++ b/.travis.yml @@ -121,6 +121,7 @@ jobs: HOST=x86_64-unknown-linux-gnu PACKAGES="python3-zmq qtbase5-dev qttools5-dev-tools protobuf-compiler libdbus-1-dev libharfbuzz-dev libprotobuf-dev" DEP_OPTS="NO_QT=1 NO_UPNP=1 DEBUG=1 ALLOW_HOST_PACKAGES=1" + TEST_RUNNER_EXTRA="--coverage --extended --exclude feature_dbcrash" # Run extended tests so that coverage does not fail, but exclude the very slow dbcrash GOAL="install" BITCOIN_CONFIG="--enable-zmq --with-gui=qt5 --enable-glibc-back-compat --enable-reduce-exports --enable-debug CXXFLAGS=\"-g0 -O2\"" |