Do not let coveralls fail the build

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2014-12-04 10:47:46 +01:00
parent f5a99f5a63
commit e4a933de8f

View File

@ -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