ci(travis): We don't need to manually run phpunit on Travis
This commit is contained in:
parent
ce25ecf6a7
commit
7a85a0330b
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue