Skip to content

Commit 9ea9f6a

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

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
@@ -19,6 +19,9 @@ before_install:
1919
install:
2020
- composer install --prefer-dist
2121

22+
script:
23+
- vendor/bin/phpunit
24+
2225
before_script:
2326
- git config --global user.email "[email protected]"
2427
- git config --global user.name "Travis CI"

0 commit comments

Comments
 (0)