Skip to content

Commit d2e3dae

Browse files
author
Dominik Liebler
committed
Merge pull request DesignPatternsPHP#159 from localheinz/fix/phpunit
Fix: Use phpunit as installed with Composer
2 parents a44ec2b + 56df6d5 commit d2e3dae

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
@@ -19,4 +19,4 @@ before_script:
1919
- composer install --prefer-source --no-interaction
2020

2121
script:
22-
- phpunit
22+
- vendor/bin/phpunit

0 commit comments

Comments
 (0)