Skip to content

Commit 152eaa6

Browse files
committed
use composer installed phpunit
1 parent 439293a commit 152eaa6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ php:
1111
before_script:
1212
- composer self-update
1313
- composer install --prefer-source --no-interaction --dev
14-
script: phpunit
14+
script: ./vendor/bin/phpunit
1515
after_success:
1616
- sh generate-api.sh
1717
env:

0 commit comments

Comments
 (0)