From c6eba3b07d0f5ab195148af848f3cd0cef1391ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 23 Apr 2014 15:10:31 +0200 Subject: [PATCH] Run coveralls only if installed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1f4658234f..2abcddcf04 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,7 +71,7 @@ script: ant lint ; fi after_script: - - php vendor/bin/coveralls -v + - if [[ -f vendor/bin/coveralls ]] ; then php vendor/bin/coveralls -v ; fi matrix: allow_failures: - php: hhvm