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
|
- language-pack-fr
|
||||||
install:
|
install:
|
||||||
- composer install
|
- composer install
|
||||||
script: vendor/bin/phpunit
|
script: composer exec -v phpunit
|
||||||
after_success:
|
after_success:
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
before_deploy:
|
before_deploy:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue