From d7e8ad8e23cb0bdc2ca1c4fea0fa63de30a9fce1 Mon Sep 17 00:00:00 2001 From: RobThree Date: Wed, 6 Jun 2018 01:32:25 +0200 Subject: [PATCH] * Trying some build configurations --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8d258d4..02e952b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,10 @@ language: php php: - - 5.4 - - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 - - hhvm script: - - if [[ "$TRAVIS_PHP_VERSION" == '5.6' ]]; then phpunit --coverage-text tests ; fi \ No newline at end of file + - vendor/bin/phpunit --coverage-text tests \ No newline at end of file