Skip to content

Commit 43bc7c2

Browse files
authored
V3 allow5.6 (thephpleague#200)
* Allow 5.6 * Set lowest * Remove listener
1 parent 3f6b1cf commit 43bc7c2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: php
22

33
php:
4+
- 5.6
5+
- 7.0
46
- 7.1
57
- 7.2
68

@@ -10,7 +12,7 @@ env:
1012

1113
matrix:
1214
include:
13-
- php: 7.1
15+
- php: 5.6
1416
env: setup=lowest
1517

1618
sudo: false

phpunit.xml.dist

-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
<directory>./tests/</directory>
1515
</testsuite>
1616
</testsuites>
17-
<listeners>
18-
<listener class="Mockery\Adapter\Phpunit\TestListener" file="vendor/mockery/mockery/library/Mockery/Adapter/Phpunit/TestListener.php" />
19-
</listeners>
2017
<filter>
2118
<whitelist>
2219
<directory>./src</directory>

0 commit comments

Comments
 (0)