We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17937ad commit 9abcbd7Copy full SHA for 9abcbd7
.travis.yml
@@ -1,6 +1,8 @@
1
language: php
2
3
php:
4
+ - 5.6
5
+ - 7.0
6
- 7.1
7
- 7.2
8
@@ -19,7 +21,7 @@ env:
19
21
20
22
matrix:
23
include:
- - php: 7.1
24
+ - php: 5.6
25
env: setup=lowest
26
27
install:
phpunit.xml.dist
@@ -14,9 +14,6 @@
14
<directory>./tests/</directory>
15
</testsuite>
16
</testsuites>
17
- <listeners>
18
- <listener class="Mockery\Adapter\Phpunit\TestListener" file="vendor/mockery/mockery/library/Mockery/Adapter/Phpunit/TestListener.php" />
- </listeners>
<filter>
<whitelist>
<directory>./src</directory>
0 commit comments