aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2020-02-26 11:05:02 +0900
committerKazuki Yamaguchi <k@rhe.jp>2020-02-26 11:53:02 +0900
commit06b90278398ee1073c0c97f976605e7872e30500 (patch)
tree106469ae0da4c7bde9709214d2aa24e8d265da51
parentbda78decdcd3a08c334adabec071f79528203c52 (diff)
downloadruby-openssl-06b90278398ee1073c0c97f976605e7872e30500.tar.gz
.travis.yml: fully migrate to GitHub Actionsky/actions-update
The GitHub Actions workflow now covers all patterns we currently test using Travis CI. .travis.yml can be removed.
-rw-r--r--.travis.yml21
-rw-r--r--README.md3
2 files changed, 1 insertions, 23 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 4447352f..00000000
--- a/.travis.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-language: c
-sudo: required
-dist: xenial
-services:
- - docker
-install:
-script:
- - docker -v
- - docker-compose -v
- - docker-compose build --no-cache
- - docker-compose run test
-matrix:
- fast_finish: true
- include:
- - env: RUBY_VERSION=ruby-2.4 OPENSSL_VERSION=openssl-1.0.2
- - env: RUBY_VERSION=ruby-2.5 OPENSSL_VERSION=openssl-1.0.1
- - env: RUBY_VERSION=ruby-2.5 OPENSSL_VERSION=openssl-1.0.2
- - env: RUBY_VERSION=ruby-2.5 OPENSSL_VERSION=openssl-1.1.0
- - env: RUBY_VERSION=ruby-2.5 OPENSSL_VERSION=libressl-2.5
- - env: RUBY_VERSION=ruby-2.5 OPENSSL_VERSION=libressl-2.6
- - env: RUBY_VERSION=ruby-2.5 OPENSSL_VERSION=libressl-2.7
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