aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2020-12-17 10:54:37 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2020-12-18 01:15:53 +0200
commit95487b055328b590ba83f258de9637ab0f9a2f17 (patch)
treef8ff8e97cef3f8eb5ec242728bf6b6b2d97d1615 /README.md
parent09d105ef0f8b4b06bf248721a1209c9e16e9db75 (diff)
downloadbitcoin-95487b055328b590ba83f258de9637ab0f9a2f17.tar.xz
doc: Drop mentions of Travis CI as it is no longer used
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 312e2d00ec..c73e25c429 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,8 @@ There are also [regression and integration tests](/test), written
in Python, that are run automatically on the build server.
These tests can be run (if the [test dependencies](/test) are installed) with: `test/functional/test_runner.py`
-The Travis CI system makes sure that every pull request is built for Windows, Linux, and macOS, and that unit/sanity tests are run automatically.
+The CI (Continuous Integration) systems make sure that every pull request is built for Windows, Linux, and macOS,
+and that unit/sanity tests are run automatically.
### Manual Quality Assurance (QA) Testing