Cleaner way to call phpunit on Travis
This commit is contained in:
parent
dbcb9a9558
commit
627108e08d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ addons:
|
|||
- language-pack-fr
|
||||
install:
|
||||
- composer install
|
||||
script: vendor/bin/phpunit
|
||||
script: composer exec -v phpunit
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
before_deploy:
|
||||
|
|
Loading…
Reference in a new issue