o right, test all the versions we support.
This commit is contained in:
+5
-1
@@ -14,4 +14,8 @@ matrix:
|
|||||||
- php: hhvm
|
- php: hhvm
|
||||||
dist: trusty
|
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'
|
||||||
|
|||||||
Reference in New Issue
Block a user