summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 1 insertions, 10 deletions
diff --git a/README.md b/README.md
index 7e317a88..194c19ab 100644
--- a/README.md
+++ b/README.md
@@ -321,22 +321,13 @@ $ make test-clang-release-asan
...
```
-The Travis bots run all of these tests (and more). Before you land a change,
+The GitHub actions bots run all of these tests (and more). Before you land a change,
you should run them too. One easy way is to use the `test-everything` target:
```console
$ make test-everything
```
-To run everything the Travis bots do, you can use the following scripts:
-
-```console
-$ CC=gcc scripts/travis-build.sh
-$ CC=gcc scripts/travis-test.sh
-$ CC=clang scripts/travis-build.sh
-$ CC=clang scripts/travis-test.sh
-```
-
## Fuzzing
To build using the [LLVM fuzzer support](https://llvm.org/docs/LibFuzzer.html),