diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index afef27d..0000000 --- a/.travis.yml +++ /dev/null @@ -1,21 +0,0 @@ -language: ruby -before_install: gem install bundler -script: bundle exec rake -rvm: -- 2.2 -- 2.3 -- 2.4.0 -- ruby-head -- jruby-head -matrix: - allow_failures: - - rvm: jruby-head - - rvm: ruby-head -deploy: - provider: rubygems - api_key: - secure: BYM9wq4SEXVsEuOZAiPDJy54giAmtEMjd8ImnuRH1RJ6AcJcS9YMbKd59siH6c866p8ENC0nd/hQaplSQG9yqNCetvbLbRjLfTsR1QpSL83HdP5r9GeLI7K8J4yu93eIGuqt/fDpjle0n1xx93CceTq7kU4vNJOJa5wiRWI8d5Y= - gem: redis-rails - on: - tags: true - repo: redis-store/redis-rails diff --git a/README.md b/README.md index 6110926..dbb38e8 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ If you are on **Snow Leopard**, run `env ARCHFLAGS="-arch x86_64" bundle exec ra ## Status [![Gem Version](https://badge.fury.io/rb/redis-rails.svg)](http://badge.fury.io/rb/redis-rails) -[![Build Status](https://secure.travis-ci.org/redis-store/redis-rails.svg?branch=master)](http://travis-ci.org/redis-store/redis-rails?branch=master) +[![CI](https://github.com/redis-store/redis-rails/actions/workflows/ruby.yml/badge.svg)](https://github.com/redis-store/redis-rails/actions/workflows/ruby.yml) [![Code Climate](https://codeclimate.com/github/redis-store/redis-rails.svg)](https://codeclimate.com/github/redis-store/redis-rails) ## Copyright