Skip to content

Commit 53cf29c

Browse files
committed
Add unit test badge
1 parent d35ce7e commit 53cf29c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ $result = parser::parse_regex($regex, $file);
4646

4747
## Tests
4848

49+
[![Build Status](https://travis-ci.com/battye/php-array-parser.svg?branch=master)](https://travis-ci.com/battye/php-array-parser)
50+
4951
The unit tests provide good examples of how to utilise this library and can be found in the `tests/` directory. To execute the unit tests, run:
5052

5153
vendor/bin/simple-phpunit tests/

0 commit comments

Comments
 (0)