Skip to content

Commit

Permalink
Allow 5.6 (#44)
Browse files Browse the repository at this point in the history
* Allow 5.6

* Remove listener
  • Loading branch information
barryvdh authored May 15, 2018
1 parent db62e0f commit 3fd8205
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: php

php:
- 5.6
- 7.0
- 7.1
- 7.2

Expand All @@ -19,7 +21,7 @@ env:

matrix:
include:
- php: 7.1
- php: 5.6
env: setup=lowest

install:
Expand Down
3 changes: 0 additions & 3 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
<directory>./tests/</directory>
</testsuite>
</testsuites>
<listeners>
<listener class="Mockery\Adapter\Phpunit\TestListener" file="vendor/mockery/mockery/library/Mockery/Adapter/Phpunit/TestListener.php" />
</listeners>
<filter>
<whitelist>
<directory>./src</directory>
Expand Down

0 comments on commit 3fd8205

Please sign in to comment.