From 2f6f4aa670f090a65d05e93540cd4772fe62b789 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Tue, 22 May 2018 06:54:06 +0700 Subject: [PATCH] add -v to see if the coveralls status --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9535ab4ec5f2..4c01894e82c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,4 +43,4 @@ before_script: - composer install --prefer-source after_success: - - travis_retry php tests/bin/coveralls.phar + - travis_retry php tests/bin/coveralls.phar -v