From d3450e4274d02a0eabb5c61eb652999305dc4f71 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Fri, 30 Oct 2020 15:35:55 +0100 Subject: [PATCH] README: Use rubyjs' Travis badge; drop old badge (#41) - The Gemnasium service closed, this commit drops the badge - The Travis build status badge pointed at the wrong project, which showed grey for "error" --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c92e8f1..f5c2992 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ # therubyrhino [![Gem Version](https://badge.fury.io/rb/therubyrhino.svg)](http://badge.fury.io/rb/therubyrhino) -[![Build Status](https://travis-ci.org/cowboyd/therubyrhino.svg?branch=master)](https://travis-ci.org/cowboyd/therubyrhino) -[![Dependency Status](https://gemnasium.com/cowboyd/therubyrhino.svg)](https://gemnasium.com/cowboyd/therubyrhino) +[![Build Status](https://travis-ci.org/rubyjs/therubyrhino.svg?branch=master)](https://travis-ci.org/rubyjs/therubyrhino) [![Join the chat at https://gitter.im/cowboyd/therubyracer](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/cowboyd/therubyracer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) Embed the Mozilla Rhino JavaScript interpreter into Ruby