From b897b353dff8138aa838bae9766ecd3de8c03280 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sun, 24 Jan 2021 08:42:52 +0100 Subject: Drop Travis At this point, we have transitioned completely from Travis to GitHub Actions Reviewed-by: Tim Hudson Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/13940) --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CONTRIBUTING.md') 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). -- cgit v1.2.3