From b8befc5affee447209a72d133e8cc2c370a92f77 Mon Sep 17 00:00:00 2001 From: RobThree Date: Wed, 6 Jun 2018 01:15:37 +0200 Subject: [PATCH] * Put back conditional phpunit running --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 52e164b..8d258d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,4 @@ php: - hhvm script: - - phpunit --coverage-text tests \ No newline at end of file + - if [[ "$TRAVIS_PHP_VERSION" == '5.6' ]]; then phpunit --coverage-text tests ; fi \ No newline at end of file