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..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://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/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) 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: