diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index ddc72f1..0000000 --- a/.travis.yml +++ /dev/null @@ -1,14 +0,0 @@ -language: ruby - -matrix: - include: - - rvm: ruby-head - gemfile: Gemfile - - rvm: 2.5 - gemfile: gemfiles/rails5.2.gemfile - - rvm: 2.5 - gemfile: gemfiles/rails4.2.gemfile - - rvm: 2.2 - gemfile: gemfiles/rails3.2.gemfile - -script: bundle exec rspec spec diff --git a/README.md b/README.md index 2d33b86..0f37b25 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Standby - Read from standby databases for ActiveRecord (formerly Slavery) -[![Build Status](https://travis-ci.org/kenn/standby.svg)](https://travis-ci.org/kenn/standby) +![Build Status](https://github.com/kenn/standby/actions/workflows/ci.yml/badge.svg) Standby is a simple, easy to use gem for ActiveRecord that enables conservative reading from standby databases, which means it won't automatically redirect all SELECTs to standbys.