From d22329375f6261d91b9629722644c65258da035b Mon Sep 17 00:00:00 2001 From: RobThree Date: Mon, 6 Nov 2017 18:48:32 +0100 Subject: [PATCH] * Attempt to fix Travis build --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e4983eb..0624eaf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,11 +7,11 @@ matrix: dist: precise php: - - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 + - 7.1 - hhvm -script: phpunit --coverage-text tests +script: vendor/bin/phpunit --coverage-text tests \ No newline at end of file