From e73d0cce5d9803d50e54c3070caad054ff3f506a Mon Sep 17 00:00:00 2001 From: Paul Radt Date: Thu, 21 Mar 2019 18:05:41 +0100 Subject: [PATCH] Attempt to fix Travis build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0fa9c1e..fd218b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,5 +14,5 @@ install: - composer update --no-interaction --prefer-source $COMPOSER_FLAGS script: - - phpunit --coverage-text --colors + - php ./vendor/bin/phpunit --coverage-text --colors - php ./vendor/bin/phpcs --standard=psr2 Client/ Core/ DependencyInjection/ Exception/ Resources/ Service/ Tests/ FacebookMessengerBundle.php