aboutsummaryrefslogtreecommitdiff
path: root/test/README.md
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-06-19 11:39:27 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-06-19 11:39:27 -0400
commite91f0a7af2aec7d924f00da25c69d8f46e0dd33d (patch)
treef1308cec704d42fad4a81bfdbb7748b7a443897e /test/README.md
parentac4d38c337dbae58a5ab712d61da1db7a9491fc2 (diff)
downloadbitcoin-e91f0a7af2aec7d924f00da25c69d8f46e0dd33d.tar.xz
doc: Remove travis badge from readme
Diffstat (limited to 'test/README.md')
-rw-r--r--test/README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/README.md b/test/README.md
index 9d4351b1de..ecea3213ab 100644
--- a/test/README.md
+++ b/test/README.md
@@ -13,8 +13,7 @@ bitcoin-tx.
- [lint](/test/lint/) which perform various static analysis checks.
The util tests are run as part of `make check` target. The functional
-tests and lint scripts are run by the travis continuous build process whenever a pull
-request is opened. All sets of tests can also be run locally.
+tests and lint scripts can be run as explained in the sections below.
# Running tests locally