Skip to content

Commit d0f0a84

Browse files
committed
I think phpunit's reflection-docblock is interfering with our tests
1 parent 9b55160 commit d0f0a84

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ install:
1313
- travis_retry composer install --no-interaction --prefer-dist --optimize-autoloader
1414
- travis_retry wget https://phar.io/releases/phive.phar
1515
- travis_retry php phive.phar --no-progress install --trust-gpg-keys 4AA394086372C20A phpunit
16+
- echo "tests won't work from phpunit.phar, because some of this package's deps are in that phar..."
17+
- travis_retry composer require --dev phpunit/phpunit
1618

1719
script:
18-
- ./tools/phpunit --no-coverage
20+
- ./vendor/bin/phpunit --no-coverage
1921

2022
jobs:
2123
include:

0 commit comments

Comments
 (0)