Skip to content

Commit ca37726

Browse files
committed
PuPHPet tests require 5.5; Removing nyancat from travis config. Boo :(
1 parent d0731cf commit ca37726

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
language: php
44
rvm: 1.9.3
55
php:
6-
- 5.4
76
- 5.5
87

98
notifications:

phpunit_ci.xml.dist

+5-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
convertErrorsToExceptions="false"
66
convertNoticesToExceptions="false"
77
convertWarningsToExceptions="false"
8-
printerClass="NyanCat\PHPunit\ResultPrinter"
9-
printerFile="vendor/whatthejeff/nyancat-phpunit-resultprinter/src/NyanCat/PHPUnit/ResultPrinter.php"
108
processIsolation="false"
119
stopOnFailure="false"
1210
stopOnError="false"
@@ -19,4 +17,9 @@
1917
<directory>./src/Puphpet/MainBundle/Tests/Unit/</directory>
2018
</testsuite>
2119
</testsuites>
20+
<filter>
21+
<whitelist>
22+
<directory>./src</directory>
23+
</whitelist>
24+
</filter>
2225
</phpunit>

0 commit comments

Comments
 (0)