From e9eb00f77699203f013d2d51177b29e480e763b0 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Wed, 25 Oct 2023 11:52:11 +0200 Subject: [PATCH] Update build badge in README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6fda5e6..f426d07 100644 --- a/README.md +++ b/README.md @@ -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). @@ -280,4 +278,4 @@ Bug reports and pull requests are welcome on GitHub at