Cleaner way to call phpunit on Travis

This commit is contained in:
Pierre Rudloff 2017-11-10 14:14:42 +01:00
parent dbcb9a9558
commit 627108e08d
1 changed files with 1 additions and 1 deletions

View File

@ -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: