diff options
author | Richard Levitte <levitte@openssl.org> | 2021-01-24 08:42:52 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2021-01-25 13:41:23 +0100 |
commit | b897b353dff8138aa838bae9766ecd3de8c03280 (patch) | |
tree | 1a5eaf11b4f6098de8313b9487a6c9ab4b2a73b4 /README.md | |
parent | Github CI: Add a job for out-of-source build + install (diff) | |
download | openssl-b897b353dff8138aa838bae9766ecd3de8c03280.tar.xz openssl-b897b353dff8138aa838bae9766ecd3de8c03280.zip |
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.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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> |