Skip to content

Commit

Permalink
Update build badge in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle authored and jesjos committed Oct 25, 2023
1 parent 3adc714 commit e9eb00f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
[![Gem Version](https://badge.fury.io/rb/active_record_upsert.svg)](https://badge.fury.io/rb/active_record_upsert)
[![Build Status](https://travis-ci.org/jesjos/active_record_upsert.svg?branch=master)](https://travis-ci.org/jesjos/active_record_upsert)
[![Code Climate](https://codeclimate.com/github/jesjos/active_record_upsert/badges/gpa.svg)](https://codeclimate.com/github/jesjos/active_record_upsert)

[![CI](https://github.com/jesjos/active_record_upsert/actions/workflows/ci.yml/badge.svg)](https://github.com/jesjos/active_record_upsert/actions/workflows/ci.yml)
# ActiveRecordUpsert

Real upsert for PostgreSQL 9.5+ and Rails 5.2+ / ActiveRecord 5.2+. Uses [ON CONFLICT DO UPDATE](http://www.postgresql.org/docs/9.5/static/sql-insert.html).
Expand Down Expand Up @@ -280,4 +278,4 @@ Bug reports and pull requests are welcome on GitHub at <https://github.com/jesjo
- Kirill Zaitsev ([@Bugagazavr](https://github.com/Bugagazavr))
- Nick Campbell ([@nickcampbell18](https://github.com/nickcampbell18))
- Mikhail Doronin ([@misdoro](https://github.com/misdoro))
- Jan Graichen ([@jgraichen](https://github.com/jgraichen))
- Jan Graichen ([@jgraichen](https://github.com/jgraichen))

0 comments on commit e9eb00f

Please sign in to comment.