From 44793e6aed5100b82869cf59cf0c0dbb57bdd56f Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Wed, 28 Mar 2018 01:55:31 +0700 Subject: [PATCH] Fixes coveralls command not found at travis --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f9f96e4536..2ba24b828e 100644 --- a/composer.json +++ b/composer.json @@ -68,6 +68,6 @@ "test": "phpunit --colors=always --testsuite \"unit test\"", "test-coverage": "phpunit --colors=always --coverage-clover clover.xml", "test-integration" : "phpunit --colors=always --testsuite \"integration test\"", - "upload-coverage": "coveralls -v" + "upload-coverage": "vendor/bin/php-coveralls -v" } }