Skip to content

Commit

Permalink
Update Readme with correct Travis build status link (#856)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrunalk authored May 21, 2020
1 parent cc621a4 commit 5473b84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdks/rollbar.js/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ module.exports = function(grunt) {
},
// README travis link
{
from: new RegExp('(https://api\.travis-ci\.org/rollbar/rollbar\.js\.png\\?branch=v)([0-9a-zA-Z.-]+)'),
from: new RegExp('(https://travis-ci\.org/rollbar/rollbar\.js\.svg\\?branch=v)([0-9a-zA-Z.-]+)'),
to: function(match, index, fullText, captures) {
captures[1] = pkg.version;
return captures.join('');
Expand Down
3 changes: 2 additions & 1 deletion sdks/rollbar.js/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Rollbar.js

[![Build Status](https://api.travis-ci.org/rollbar/rollbar.js.png?branch=v2.16.2)](https://travis-ci.org/rollbar/rollbar.js)

[![Build Status](https://travis-ci.org/rollbar/rollbar.js.svg?branch=v2.16.2)](https://travis-ci.org/rollbar/rollbar.js)
[![Code Quality: Javascript](https://img.shields.io/lgtm/grade/javascript/g/rollbar/rollbar.js.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/rollbar/rollbar.js/context:javascript)
[![Total Alerts](https://img.shields.io/lgtm/alerts/g/rollbar/rollbar.js.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/rollbar/rollbar.js/alerts)

Expand Down

0 comments on commit 5473b84

Please sign in to comment.