Skip to content

Commit 841fd5b

Browse files
authored
Merge pull request #23 from sergeyz/patch-1
Add build status
2 parents ebf49b1 + 530c650 commit 841fd5b

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
@@ -1,5 +1,7 @@
11
# phpunit-speedtrap
22

3+
[![Build Status](https://travis-ci.org/johnkary/phpunit-speedtrap.svg?branch=master)](https://travis-ci.org/johnkary/phpunit-speedtrap)
4+
35
SpeedTrap reports on slow-running tests in your PHPUnit test suite right in your console.
46

57
Many factors affect test execution time. A test not properly isolated from variable latency (database, network, etc.) and even basic load on your test machine will cause test times to fluctuate.

0 commit comments

Comments
 (0)