summaryrefslogtreecommitdiffstats
path: root/README.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 /README.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 'README.md')
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index ecee5400b3..8723f6369c 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ Welcome to the OpenSSL Project
[![openssl logo]][www.openssl.org]
-[![travis badge]][travis jobs]
+[![github actions ci badge]][github actions ci]
[![appveyor badge]][appveyor jobs]
OpenSSL is a robust, commercial-grade, full-featured Open Source Toolkit
@@ -206,13 +206,13 @@ All rights reserved.
doc/images/openssl.svg
"OpenSSL Logo"
-[travis badge]:
- <https://travis-ci.com/openssl/openssl.svg?branch=master>
- "Travis Build Status"
+[github actions ci badge]:
+ <https://github.com/openssl/openssl/workflows/GitHub%20CI/badge.svg>
+ "GitHub Actions CI Status"
-[travis jobs]:
- <https://travis-ci.com/openssl/openssl>
- "Travis Jobs"
+[github actions ci]:
+ <https://github.com/openssl/openssl/actions?query=workflow%3A%22GitHub+CI%22>
+ "GitHub Actions CI"
[appveyor badge]:
<https://ci.appveyor.com/api/projects/status/8e10o7xfrg73v98f/branch/master?svg=true>