From 3fd82055bff24dfdd225470acccce1853095ca37 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Tue, 15 May 2018 09:54:15 +0200 Subject: [PATCH] Allow 5.6 (#44) * Allow 5.6 * Remove listener --- .travis.yml | 4 +++- phpunit.xml.dist | 3 --- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 865c168..741f61d 100755 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ language: php php: + - 5.6 + - 7.0 - 7.1 - 7.2 @@ -19,7 +21,7 @@ env: matrix: include: - - php: 7.1 + - php: 5.6 env: setup=lowest install: diff --git a/phpunit.xml.dist b/phpunit.xml.dist index a35b736..535809e 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -14,9 +14,6 @@ ./tests/ - - - ./src