From 06b90278398ee1073c0c97f976605e7872e30500 Mon Sep 17 00:00:00 2001 From: Kazuki Yamaguchi Date: Wed, 26 Feb 2020 11:05:02 +0900 Subject: .travis.yml: fully migrate to GitHub Actions The GitHub Actions workflow now covers all patterns we currently test using Travis CI. .travis.yml can be removed. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 48ba4d39..a23135ee 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # OpenSSL for Ruby -[![Actions Status](https://github.com/ruby/openssl/workflows/OpenSSL/badge.svg)](https://github.com/ruby/openssl/actions?workflow=OpenSSL) -[![Build Status](https://travis-ci.org/ruby/openssl.svg?branch=master)](https://travis-ci.org/ruby/openssl) +[![Actions Status](https://github.com/ruby/openssl/workflows/CI/badge.svg)](https://github.com/ruby/openssl/actions?workflow=CI) OpenSSL provides SSL, TLS and general purpose cryptography. It wraps the -- cgit v1.2.3