소스 검색

DevKit updates (#4308)

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
 if [ ${TRAVIS_PHP_VERSION} '<' '5.6' ]; then
-    PHPUNIT_PHAR=phpunit-old.phar
+    PHPUNIT_PHAR=phpunit-4.8.phar
 else
-    PHPUNIT_PHAR=phpunit.phar
+    PHPUNIT_PHAR=phpunit-5.7.phar
 fi
 wget "https://phar.phpunit.de/${PHPUNIT_PHAR}" --output-document="${HOME}/bin/phpunit"
 chmod u+x "${HOME}/bin/phpunit"