Skip to content

Commit d701084

Browse files
committed
Add build badges to README
1 parent b2e8932 commit d701084

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
task/cli
22
========
33

4-
CLI for Task.
4+
[![Build Status](https://travis-ci.org/taskphp/cli.svg?branch=master)](https://travis-ci.org/taskphp/cli)
5+
[![Coverage Status](https://coveralls.io/repos/taskphp/cli/badge.png?branch=master)](https://coveralls.io/r/taskphp/cli?branch=master)
56

67
Installation
78
============
@@ -42,4 +43,4 @@ Testing
4243
=======
4344

4445
When running the package tests, make sure to use the local install of Task CLI and not
45-
the global TaskPHP CLI install. e.g. './bin/task test'
46+
the global TaskPHP CLI install. e.g. './bin/task test'

0 commit comments

Comments
 (0)