From 1d0bc00c33a70af6f14b5649eaf5f87a51778cd6 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Tue, 26 Nov 2013 14:11:04 -0500 Subject: [PATCH] disable coveralls temporarily. --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index c2495e3..cfea251 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,8 +19,8 @@ before_script: - tests/unit/data/travis/memcache-setup.sh - tests/unit/data/travis/cubrid-setup.sh -script: - - phpunit --coverage-clover tests/unit/runtime/coveralls/clover.xml --verbose --exclude-group mssql,oci,wincache,xcache,zenddata,vendor,sphinx +#script: +# - phpunit --coverage-clover tests/unit/runtime/coveralls/clover.xml --verbose --exclude-group mssql,oci,wincache,xcache,zenddata,vendor,sphinx -after_script: - - php vendor/bin/coveralls +#after_script: +# - php vendor/bin/coveralls