aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatthew English <s-matthew-english@users.noreply.github.com>2016-05-09 14:00:28 +0200
committerMatthew English <s-matthew-english@users.noreply.github.com>2016-05-09 14:00:28 +0200
commitfe80102d3320c973b34daa245b3e41fb38413223 (patch)
tree37066bf367e1bbfe3b4bc66256953277859c1a6d /README.md
parenta68f56e727c3bd95fd9cd081da062dc1370175e0 (diff)
downloadbitcoin-fe80102d3320c973b34daa245b3e41fb38413223.tar.xz
changing "(tests are) automatically run" to correspond to the earlier instance of "run automatically (on the build server)"
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 85b1985560..8e816e7a43 100644
--- a/README.md
+++ b/README.md
@@ -57,8 +57,7 @@ There are also [regression and integration tests](/qa) of the RPC interface, wri
in Python, that are run automatically on the build server.
These tests can be run (if the [test dependencies](/qa) are installed) with: `qa/pull-tester/rpc-tests.py`
-The Travis CI system makes sure that every pull request is built for Windows
-and Linux, OS X, and that unit and sanity tests are automatically run.
+The Travis CI system makes sure that every pull request is built for Windows, Linux, and OS X, and that unit/sanity tests are run automatically.
### Manual Quality Assurance (QA) Testing