From d450ba432d52019b37204aefcda7675c391592ef Mon Sep 17 00:00:00 2001 From: RobThree Date: Mon, 6 Nov 2017 18:50:34 +0100 Subject: [PATCH] * Attempt 2 to fix Travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0624eaf..204dc63 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,4 +14,5 @@ php: - 7.1 - hhvm -script: vendor/bin/phpunit --coverage-text tests \ No newline at end of file +script: + - if [[ "$TRAVIS_PHP_VERSION" == '5.6' ]]; then phpunit --coverage-text tests ; fi \ No newline at end of file