Skip to content

Commit a918220

Browse files
committed
remove coveralls.io and circleci.com badges from readme
1 parent a46c66f commit a918220

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/read.js

+2
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ function formatReadme (module) {
118118
$('img[src*="://travis-ci.org"]').remove()
119119
$('img[src*="://secure.travis-ci.org"]').remove()
120120
$('img[src*="://ci.testling.com"]').remove()
121+
$('img[src*="://coveralls.io"]').remove()
122+
$('img[src*="://circleci.com"]').remove()
121123

122124
$('h1 img').remove()
123125

0 commit comments

Comments
 (0)