From 7cc3b0cafeae035eb85df4d1dace2dca8d7622cc Mon Sep 17 00:00:00 2001 From: Yasuo Honda Date: Wed, 28 Apr 2021 18:26:38 +0900 Subject: [PATCH 1/2] Exclude jruby-head with Rails main Because jruby-head supports Ruby 2.6, not Ruby 2.7. https://travis-ci.com/github/rsim/ruby-plsql/jobs/501530472 ``` activesupport-7.0.0.alpha requires ruby version >= 2.7.0, which is incompatible with the current version, ruby 2.6.5p0 (jruby 9.3.0.0-SNAPSHOT) ``` --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 21ea5a8..f0e7f13 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,6 +52,8 @@ gemfile: matrix: exclude: + - gemfile: gemfiles/Gemfile.activerecord-main + rvm: jruby-head - gemfile: gemfiles/Gemfile.activerecord-main rvm: jruby-9.2.17.0 - gemfile: gemfiles/Gemfile.activerecord-main From a9515665f9a3705fe55a54c963b3a68813aa2161 Mon Sep 17 00:00:00 2001 From: Yasuo Honda Date: Wed, 28 Apr 2021 18:30:14 +0900 Subject: [PATCH 2/2] Update status image location to travis-ci.com Refer https://docs.travis-ci.com/user/status-images/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea24e85..9279b40 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.org/rsim/ruby-plsql.svg?branch=master)](https://travis-ci.org/rsim/ruby-plsql) +[![Build Status](https://travis-ci.com/rsim/ruby-plsql.svg?branch=master)](https://travis-ci.com/rsim/ruby-plsql) ruby-plsql ==========