ci(travis): We don't need to manually run phpunit on Travis

This commit is contained in:
Pierre Rudloff 2018-04-09 22:33:55 +02:00
parent ce25ecf6a7
commit 7a85a0330b

View file

@ -7,7 +7,6 @@ addons:
- language-pack-fr - language-pack-fr
install: install:
- composer install - composer install
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: