Sonata CI 8 роки тому
батько
коміт
86a6ae62d4
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      .travis/install_test.sh

+ 2 - 2
.travis/install_test.sh

@@ -5,9 +5,9 @@ mkdir --parents "${HOME}/bin"
 
 
 # PHPUnit install
 # PHPUnit install
 if [ ${TRAVIS_PHP_VERSION} '<' '5.6' ]; then
 if [ ${TRAVIS_PHP_VERSION} '<' '5.6' ]; then
-    PHPUNIT_PHAR=phpunit-old.phar
+    PHPUNIT_PHAR=phpunit-4.8.phar
 else
 else
-    PHPUNIT_PHAR=phpunit.phar
+    PHPUNIT_PHAR=phpunit-5.7.phar
 fi
 fi
 wget "https://phar.phpunit.de/${PHPUNIT_PHAR}" --output-document="${HOME}/bin/phpunit"
 wget "https://phar.phpunit.de/${PHPUNIT_PHAR}" --output-document="${HOME}/bin/phpunit"
 chmod u+x "${HOME}/bin/phpunit"
 chmod u+x "${HOME}/bin/phpunit"