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
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ addons:
- language-pack-fr
install:
- composer install
script: composer exec -v phpunit
after_success:
- bash <(curl -s https://codecov.io/bash)
before_deploy: