From 627108e08d33af01717c8790611ed48a033a449e Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Fri, 10 Nov 2017 14:14:42 +0100 Subject: [PATCH] Cleaner way to call phpunit on Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cef7f4e..de96aef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: