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 install --prefer-source --no-interaction --dev
|
||||
- php artisan testing-setup --username="root"
|
||||
script: phpunit
|
||||
script: vendor/bin/phpunit
|
||||
matrix:
|
||||
allow_failures:
|
||||
- php: 5.5
|
||||
|
Reference in New Issue
Block a user