We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0731cf commit ca37726Copy full SHA for ca37726
.travis.yml
@@ -3,7 +3,6 @@
3
language: php
4
rvm: 1.9.3
5
php:
6
- - 5.4
7
- 5.5
8
9
notifications:
phpunit_ci.xml.dist
@@ -5,8 +5,6 @@
convertErrorsToExceptions="false"
convertNoticesToExceptions="false"
convertWarningsToExceptions="false"
- printerClass="NyanCat\PHPunit\ResultPrinter"
- printerFile="vendor/whatthejeff/nyancat-phpunit-resultprinter/src/NyanCat/PHPUnit/ResultPrinter.php"
10
processIsolation="false"
11
stopOnFailure="false"
12
stopOnError="false"
@@ -19,4 +17,9 @@
19
17
<directory>./src/Puphpet/MainBundle/Tests/Unit/</directory>
20
18
</testsuite>
21
</testsuites>
+ <filter>
+ <whitelist>
22
+ <directory>./src</directory>
23
+ </whitelist>
24
+ </filter>
25
</phpunit>
0 commit comments