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

View file

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