diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -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), |