diff options
author | Ng Zhi An <ngzhian@gmail.com> | 2021-03-12 09:16:45 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-12 09:16:45 -0800 |
commit | 7e50e4b0f5b5c75fce08229df020a8d6e27bd041 (patch) | |
tree | 6f61e7bd9637694c68dd3b8f6fbc4b790a0ea5f2 /README.md | |
parent | 08c15bc9b961428d8c1357bf608daa9dfb76d31e (diff) | |
download | wabt-7e50e4b0f5b5c75fce08229df020a8d6e27bd041.tar.gz wabt-7e50e4b0f5b5c75fce08229df020a8d6e27bd041.tar.bz2 wabt-7e50e4b0f5b5c75fce08229df020a8d6e27bd041.zip |
Remove mentions of running travis scripts in README (#1634)
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), |