From 7e50e4b0f5b5c75fce08229df020a8d6e27bd041 Mon Sep 17 00:00:00 2001 From: Ng Zhi An Date: Fri, 12 Mar 2021 09:16:45 -0800 Subject: Remove mentions of running travis scripts in README (#1634) --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'README.md') 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), -- cgit v1.2.3