Update .travis.yml

Fixed phpunit path to pick from vendor
This commit is contained in:
Manish Verma
2019-04-19 13:57:29 +05:30
parent e94cc7cfce
commit 9eabcacfa7

View File

@@ -8,7 +8,7 @@ before_script:
- composer self-update
- composer install --prefer-source --no-interaction --dev
- php artisan testing-setup --username="root"
script: phpunit
script: vendor/bin/phpunit
matrix:
allow_failures:
- php: 5.5