Skip to content

Commit 2069693

Browse files
committed
try installing phpunit separately
1 parent e4b5443 commit 2069693

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ matrix:
1010
- php: nightly
1111

1212
install:
13-
- travis_retry composer install --no-interaction --prefer-dist --optimize-autoloader
13+
- travis_retry composer install --no-interaction --prefer-dist --optimize-autoloader --no-dev # phpunit won't install at same time due to ReflectionCommon inside it
14+
- travis_retry composer require --dev phpunit/phpunit # so install phpunit separately
1415
- travis_retry wget https://phar.io/releases/phive.phar
1516

1617
script:

0 commit comments

Comments
 (0)