Kaynağa Gözat

o right, test all the versions we support.

Justin Hileman 8 yıl önce
ebeveyn
işleme
b6a480df22
1 değiştirilmiş dosya ile 5 ekleme ve 1 silme
  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'