Merge branch 'MAINT_4_2_13' into QA_4_2

This commit is contained in:
Michal Čihař 2014-12-04 10:47:53 +01:00
commit 0bf779c61c

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