Skip to content

Commit 2cf9c2b

Browse files
authoredDec 15, 2020
chore: update CI badge from travis to github CI (rollbar#906)
1 parent 0e0015a commit 2cf9c2b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed
 

‎.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Rollbar.js CI
33
on:
44
push:
55
branches: [ master ]
6+
tags: [ v* ]
67
pull_request:
78
branches: [ master ]
89

‎Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ module.exports = function(grunt) {
190190
},
191191
// README travis link
192192
{
193-
from: new RegExp('(https://travis-ci\.org/rollbar/rollbar\.js\.svg\\?branch=v)([0-9a-zA-Z.-]+)'),
193+
from: new RegExp('(https://github\\.com/rollbar/rollbar\\.js/workflows/Rollbar\\.js%20CI/badge\\.svg\\?branch=v)([0-9a-zA-Z.-]+)'),
194194
to: function(match, index, fullText, captures) {
195195
captures[1] = pkg.version;
196196
return captures.join('');

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Rollbar.js
22

33

4-
[![Build Status](https://travis-ci.org/rollbar/rollbar.js.svg?branch=v2.19.4)](https://travis-ci.org/rollbar/rollbar.js)
4+
![Build Status](https://github.com/rollbar/rollbar.js/workflows/Rollbar.js%20CI/badge.svg?branch=v2.19.4)
55
[![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)
66
[![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)
77

@@ -15,7 +15,7 @@ Rollbar.js is the Javascript SDK for [Rollbar](https://rollbar.com). It support
1515
## Usage and Reference
1616

1717
For complete usage instructions and configuration reference, see our [Javascript SDK docs](https://docs.rollbar.com/docs/javascript).
18-
18+
1919
## Release History & Changelog
2020

2121
See our [Releases](https://github.com/rollbar/rollbar.js/releases) page for a list of all releases, including changes.

0 commit comments

Comments
 (0)
Please sign in to comment.