diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-06-19 11:39:27 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-06-19 11:39:27 -0400 |
commit | e91f0a7af2aec7d924f00da25c69d8f46e0dd33d (patch) | |
tree | f1308cec704d42fad4a81bfdbb7748b7a443897e /test/README.md | |
parent | ac4d38c337dbae58a5ab712d61da1db7a9491fc2 (diff) |
doc: Remove travis badge from readme
Diffstat (limited to 'test/README.md')
-rw-r--r-- | test/README.md | 3 |
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 |