From 35a9a79542a3ca4b31d0980ad4173022053592e7 Mon Sep 17 00:00:00 2001 From: Matthew Brown Date: Thu, 14 Dec 2017 00:48:27 -0500 Subject: [PATCH] Fix vendor path to coveralls --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 95cb5885a..f99927298 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,4 +18,4 @@ script: - vendor/bin/phpcs after_success: - - travis_retry php vendor/bin/coveralls -v + - travis_retry php vendor/bin/php-coveralls -v