Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Fixed phpunit path to pick from vendor
  • Loading branch information
Manish Verma committed Apr 19, 2019
1 parent e94cc7c commit 9eabcac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9eabcac

Please sign in to comment.