README.md in pgcli-rails-0.5.2 vs README.md in pgcli-rails-0.5.3

- old
+ new

@@ -1,9 +1,9 @@ # pgcli-rails [![Gem Version](https://badge.fury.io/rb/pgcli-rails.svg)](http://badge.fury.io/rb/pgcli-rails) -[![Build Status](https://travis-ci.com/mattbrictson/pgcli-rails.svg?branch=main)](https://travis-ci.com/github/mattbrictson/pgcli-rails) +[![Build Status](https://circleci.com/gh/mattbrictson/pgcli-rails/tree/main.svg?style=shield)](https://app.circleci.com/pipelines/github/mattbrictson/pgcli-rails?branch=main) [pgcli][] is a command-line interface for PostgreSQL that offers many improvements over `psql`, like auto-completion and syntax highlighting. Wouldn't it be nice to have a convenient way to use `pgcli` with your Rails app? That's where the pgcli-rails gem comes in. It adds a `pgcli` Rake task to your Rails app. Use it in place of `rails dbconsole`. @@ -58,11 +58,10 @@ pgcli-rails is little more than a proof-of-concept at this point. Next steps are: * Add tests * Use [Appraisal][] to test against multiple versions of Rails -* Set up Travis CI If you have other ideas, open an issue on GitHub! ## Contributing @@ -70,7 +69,7 @@ ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT). -[pgcli]: http://pgcli.com +[pgcli]: https://www.pgcli.com/ [Appraisal]: https://github.com/thoughtbot/appraisal