From e4a933de8fe27c8d9f2fd2f76716e5322cc62f2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 4 Dec 2014 10:47:46 +0100 Subject: [PATCH] Do not let coveralls fail the build 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 990ed14863..a3a842a398 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,7 +73,7 @@ script: ant lint ; fi after_script: - - if [[ -f vendor/bin/coveralls ]] ; then php vendor/bin/coveralls -v ; fi + - if [[ -f vendor/bin/coveralls ]] ; then php vendor/bin/coveralls -v || true ; fi matrix: allow_failures: - php: hhvm