Skip to content
Snippets Groups Projects
Commit f4ae60be authored by Juan Ramos's avatar Juan Ramos Committed by Juan Ramos
Browse files

docs: Remove comments about Travis/AppVeyor

parent ced1ecb5
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ Please ensure that the repository compiles and passes tests without
error for each commit in your pull request.
Note that to be accepted into the repository, the pull request must
pass all tests on all supported platforms.
The automatic Github Travis and AppVeyor continuous integration features
The automatic Github continuous integration features
will assist in enforcing this requirement.*
#### Generated Source Code
......@@ -115,9 +115,8 @@ will assist in enforcing this requirement.*
The `loader/generated` directory contains source code that is created by several
generator scripts in the `scripts` directory. All changes to these scripts _must_ be submitted with the
corresponding generated output to keep the repository self-consistent. This requirement is enforced by both
Travis CI and AppVeyor test configurations. Regenerate source files after modifying any of the generator
scripts and before building and testing your changes. More details can be found in
[BUILD.md](BUILD.md#generated-source-code).
GitHub actions. Regenerate source files after modifying any of the generator scripts and before building
and testing your changes. More details can be found in [BUILD.md](BUILD.md#generated-source-code).
#### Testing Your Changes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment