aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2016-10-14 11:00:27 +0900
committerKazuki Yamaguchi <k@rhe.jp>2016-10-17 14:01:32 +0900
commitc1b359eb80be0c4df87b7369ed2e2f1340dabcad (patch)
tree057f0e5026d85fe4c1ab02c039445b0af1455ddc /.travis.yml
parent31bb6fe25e121c902d9b5348f70ac63cb51999dd (diff)
downloadruby-openssl-c1b359eb80be0c4df87b7369ed2e2f1340dabcad.tar.gz
Drop support for LibreSSL < 2.3topic/docker-image-update
We have changed the support policy for LibreSSL: we now support only maintained stable branches. Quoting from libressl.org[1]: > LibreSSL transitions to a new stable release branch every 6 months in > coordination with the OpenBSD development schedule. LibreSSL stable > branches are updated for 1 year after their corresponding OpenBSD > branch is tagged for release. So, LibreSSL 2.2, which was shipped by OpenBSD 5.8 released on 2015-08, is no longer supported officially by the OpenBSD team. [1] http://www.libressl.org/releases.html
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index fbb4ec53..c770d989 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,8 +21,6 @@ matrix:
- env: RUBY_VERSION=ruby-2.3 OPENSSL_VERSION=openssl-1.0.1 OSSL_MDEBUG=1
- env: RUBY_VERSION=ruby-2.3 OPENSSL_VERSION=openssl-1.0.2 OSSL_MDEBUG=1
- env: RUBY_VERSION=ruby-2.3 OPENSSL_VERSION=openssl-1.1.0 OSSL_MDEBUG=1
- - env: RUBY_VERSION=ruby-2.3 OPENSSL_VERSION=libressl-2.1
- - env: RUBY_VERSION=ruby-2.3 OPENSSL_VERSION=libressl-2.2
- env: RUBY_VERSION=ruby-2.3 OPENSSL_VERSION=libressl-2.3
- env: RUBY_VERSION=ruby-2.3 OPENSSL_VERSION=libressl-2.4
- env: RUBY_VERSION=ruby-2.3 OPENSSL_VERSION=libressl-2.5