Update .travis.yml
Fixed phpunit path to pick from vendor
This commit is contained in:
@@ -8,7 +8,7 @@ before_script:
|
|||||||
- composer self-update
|
- composer self-update
|
||||||
- composer install --prefer-source --no-interaction --dev
|
- composer install --prefer-source --no-interaction --dev
|
||||||
- php artisan testing-setup --username="root"
|
- php artisan testing-setup --username="root"
|
||||||
script: phpunit
|
script: vendor/bin/phpunit
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- php: 5.5
|
- php: 5.5
|
||||||
|
Reference in New Issue
Block a user