Skip to content

Commit dd19551

Browse files
authored
Update README.md
1 parent 12a0a3d commit dd19551

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
</p>
66

77
<p align="center">
8+
<a href="https://travis-ci.org/php-school/terminal" title="Build Status" target="_blank">
9+
<img src="https://img.shields.io/travis/php-school/terminal/master.svg?style=flat-square&label=Linux" />
10+
</a
11+
<a href="https://codecov.io/github/php-school/terminal" title="Coverage Status" target="_blank">
12+
<img src="https://img.shields.io/codecov/c/github/php-school/terminal.svg?style=flat-square" />
13+
</a>
14+
<a href="https://scrutinizer-ci.com/g/php-school/terminal/" title="Scrutinizer Code Quality" target="_blank">
15+
<img src="https://img.shields.io/scrutinizer/g/php-school/terminal.svg?style=flat-square" />
16+
</a>
817
<a href="https://phpschool-team.slack.com/messages">
918
<img src="https://phpschool.herokuapp.com/badge.svg">
1019
</a>
@@ -20,5 +29,4 @@ composer require php-school/terminal
2029

2130
## TODO
2231

23-
- [ ] Tests
24-
- [ ] I/O separation
32+
- [ ] Docs

0 commit comments

Comments
 (0)