From b6a480df228b20e3e05b5a34aa82c859a0be4388 Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Thu, 29 Jun 2017 06:35:34 -0700 Subject: [PATCH] o right, test all the versions we support. --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1c64e6f..99de817 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,4 +14,8 @@ matrix: - php: hhvm dist: trusty -script: vendor/bin/phpunit --verbose +script: + - '[[ "$TRAVIS_PHP_VERSION" = 5.2* ]] && phpunit || vendor/bin/phpunit --verbose' + +install: + - '[[ "$TRAVIS_PHP_VERSION" = 5.2* ]] || composer install'