From 37e658127cd20f3cf8d31f060ecc5199df1bf934 Mon Sep 17 00:00:00 2001 From: Daniel O'Connor Date: Wed, 24 Jun 2026 13:54:55 +0000 Subject: [PATCH 1/2] docs: Remove references to travis --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- README.md | 2 +- test/test_helper.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c7c3f312a..0a333ba1d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,7 +4,7 @@ - [ ] I've checked to ensure there aren't other open [Pull Requests](https://github.com/cerebris/jsonapi-resources/pulls) for the same update/change. - [ ] I've submitted a [ticket](https://github.com/cerebris/jsonapi-resources/issues) for my issue if one did not already exist. -- [ ] My submission passes all tests. (Please run the full test suite locally to cut down on noise from travis failures.) +- [ ] My submission passes all tests. (Please run the full test suite locally to cut down on noise from CI failures.) - [ ] I've used Github [auto-closing keywords](https://help.github.com/articles/closing-issues-via-commit-messages/) in the commit message or the description. - [ ] I've added/updated tests for this change. diff --git a/README.md b/README.md index 377e49304..75886ceb1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# JSONAPI::Resources [![Gem Version](https://badge.fury.io/rb/jsonapi-resources.svg)](https://badge.fury.io/rb/jsonapi-resources) [![Build Status](https://secure.travis-ci.org/cerebris/jsonapi-resources.svg?branch=master)](http://travis-ci.org/cerebris/jsonapi-resources) [![Code Climate](https://codeclimate.com/github/cerebris/jsonapi-resources/badges/gpa.svg)](https://codeclimate.com/github/cerebris/jsonapi-resources) +# JSONAPI::Resources [![Gem Version](https://badge.fury.io/rb/jsonapi-resources.svg)](https://badge.fury.io/rb/jsonapi-resources) ![Build Status](https://github.com/github/docs/actions/workflows/main.yml/badge.svg) [![Code Climate](https://codeclimate.com/github/cerebris/jsonapi-resources/badges/gpa.svg)](https://codeclimate.com/github/cerebris/jsonapi-resources) [![Join the chat at https://gitter.im/cerebris/jsonapi-resources](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/cerebris/jsonapi-resources?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) diff --git a/test/test_helper.rb b/test/test_helper.rb index a02fff9e7..9eefe10c4 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -10,7 +10,7 @@ # export RAILS_VERSION=6.0.3.4; bundle update; bundle exec rake test # export RAILS_VERSION=6.1.1; bundle update; bundle exec rake test -# We are no longer having Travis test Rails 4.2.11., but you can try it with: +# We are no longer having CI test Rails 4.2.11., but you can try it with: # export RAILS_VERSION=4.2.11; bundle update rails; bundle exec rake test # To Switch rails versions and run a particular test order: From 59e9cecd64e102d0c633a20ef1e5c5d5814a8ae9 Mon Sep 17 00:00:00 2001 From: Daniel O'Connor Date: Wed, 24 Jun 2026 13:57:03 +0000 Subject: [PATCH 2/2] Fix badge fully --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75886ceb1..8bba170ed 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# JSONAPI::Resources [![Gem Version](https://badge.fury.io/rb/jsonapi-resources.svg)](https://badge.fury.io/rb/jsonapi-resources) ![Build Status](https://github.com/github/docs/actions/workflows/main.yml/badge.svg) [![Code Climate](https://codeclimate.com/github/cerebris/jsonapi-resources/badges/gpa.svg)](https://codeclimate.com/github/cerebris/jsonapi-resources) +# JSONAPI::Resources [![Gem Version](https://badge.fury.io/rb/jsonapi-resources.svg)](https://badge.fury.io/rb/jsonapi-resources) ![Build Status](https://github.com/JSONAPI-Resources/jsonapi-resources/actions/workflows/ruby.yml/badge.svg) [![Code Climate](https://codeclimate.com/github/cerebris/jsonapi-resources/badges/gpa.svg)](https://codeclimate.com/github/cerebris/jsonapi-resources) [![Join the chat at https://gitter.im/cerebris/jsonapi-resources](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/cerebris/jsonapi-resources?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)