Skip to content

Commit 43d830a

Browse files
authored
Merge pull request #22 from yukoff/feature/use-vendor-phpunit
[travis] Make tests green
2 parents 3d59a89 + f9e69c7 commit 43d830a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ before_script:
1717
- if [ "$SYMFONY_EVENT_DISPATCHER_VERSION" != "" ]; then composer require --no-update symfony/event-dispatcher:${SYMFONY_EVENT_DISPATCHER_VERSION}; fi;
1818
- composer install --no-interaction --prefer-source --dev
1919

20-
script: phpunit --verbose
20+
script: vendor/bin/phpunit --verbose
2121

2222
matrix:
2323
include:

0 commit comments

Comments
 (0)