Drop Travis
At this point, we have transitioned completely from Travis to GitHub Actions Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13940)
This commit is contained in:
parent
4605b34d56
commit
b897b353df
3 changed files with 10 additions and 277 deletions
|
@ -56,8 +56,8 @@ guidelines:
|
|||
4. Patches should follow our [coding style] and compile without warnings.
|
||||
Where `gcc` or `clang` is available you should use the
|
||||
`--strict-warnings` `Configure` option. OpenSSL compiles on many varied
|
||||
platforms: try to ensure you only use portable features. Clean builds
|
||||
via Travis and AppVeyor are required, and they are started automatically
|
||||
platforms: try to ensure you only use portable features. Clean builds via
|
||||
GitHub Actions and AppVeyor are required, and they are started automatically
|
||||
whenever a PR is created or updated.
|
||||
|
||||
[coding style]: https://www.openssl.org/policies/codingstyle.html
|
||||
|
@ -91,4 +91,4 @@ guidelines:
|
|||
specific release, to see if an upgrade is worth the effort.
|
||||
|
||||
9. Guidelines how to integrate error output of new crypto library modules
|
||||
can be found in [crypto/err/README.md](crypto/err/README.md).
|
||||
can be found in [crypto/err/README.md](crypto/err/README.md).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue