adding shields

phpunit travisci debug

removing 5.3 from travis.yml
This commit is contained in:
Jack Wall
2014-12-07 23:40:15 +00:00
committed by Jack Wall
parent 189ffea4dd
commit 3238cd1c75
3 changed files with 5 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
<phpunit colors="true" strict="true" backupGlobals="false" bootstrap="vendor/autoload.php">
<phpunit colors="true" strict="false" backupGlobals="false" timeoutForSmallTests="1" timeoutForMediumTests="5" timeoutForLargeTests="10" bootstrap="vendor/autoload.php">
<testsuites>
<testsuite name="All">
<directory>tests</directory>