Browse Source

o right, test all the versions we support.

Justin Hileman 8 năm trước cách đây
mục cha
commit
b6a480df22
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 5 1
      .travis.yml

+ 5 - 1
.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'