Skip to content

Commit b552c9a

Browse files
committed
Updated badges in readme.md.
Cleaned up some files.
1 parent 4220e5b commit b552c9a

File tree

5 files changed

+5
-40
lines changed

5 files changed

+5
-40
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test
1+
name: Build
22

33
on: [push]
44

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44

55
/vendor/
66
/coverage
7+
/phpunit.xml

.travis.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

phpunit.xml

Lines changed: 0 additions & 26 deletions
This file was deleted.

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
A tokeniser based HTML document parser and minifier, written in PHP.
44

5-
![Licence](https://img.shields.io/badge/Licence-MIT-lightgrey.svg)
6-
[![Build Status](https://api.travis-ci.org/hexydec/htmldoc.svg?branch=master)](https://travis-ci.org/hexydec/htmldoc)
7-
![Code Coverage](https://codecov.io/gh/hexydec/htmldoc/branch/master/graph/badge.svg)
5+
[![Licence](https://img.shields.io/badge/Licence-MIT-lightgrey.svg)](LICENCE)
6+
[![Tests Status](https://github.com/hexydec/htmldoc/actions/workflows/tests.yml/badge.svg)](https://github.com/hexydec/htmldoc/actions/workflows/tests.yml)
7+
[![Code Coverage](https://codecov.io/gh/hexydec/htmldoc/branch/master/graph/badge.svg)](https://app.codecov.io/gh/hexydec/htmldoc)
88

99
## Description
1010

0 commit comments

Comments
 (0)