o right, test all the versions we support.

This commit is contained in:
Justin Hileman
2017-06-29 06:35:34 -07:00
parent 9e34408bda
commit b6a480df22
+5 -1
View File
@@ -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'