summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2021-01-24 08:42:52 +0100
committerRichard Levitte <levitte@openssl.org>2021-01-25 13:41:23 +0100
commitb897b353dff8138aa838bae9766ecd3de8c03280 (patch)
tree1a5eaf11b4f6098de8313b9487a6c9ab4b2a73b4 /CONTRIBUTING.md
parent4605b34d567c408c5b238b2d91f3fb4e022c9037 (diff)
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)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d21aab0e6e..4910bd673c 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -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). \ No newline at end of file
+ can be found in [crypto/err/README.md](crypto/err/README.md).