1
0
Fork 0
mirror of https://github.com/rubyjs/therubyrhino synced 2023-03-27 23:21:34 -04:00

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"
This commit is contained in:
Olle Jonsson 2020-10-30 15:35:55 +01:00 committed by GitHub
parent 245e809df3
commit d3450e4274
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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