Skip to content

Commit ac61df4

Browse files
committed
Fix: Use phpunit as installed with Composer
1 parent 985def4 commit ac61df4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,8 @@ before_script:
2323
- git config --global user.email "[email protected]"
2424
- git config --global user.name "Travis CI"
2525

26+
script:
27+
- vendor/bin/phpunit
28+
2629
after_script:
2730
- php composer/bin/test-reporter

0 commit comments

Comments
 (0)