From 68d820a97cfd73fe1359e8934aae1aea29644cf3 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 16 Dec 2014 07:03:52 +0100 Subject: [PATCH] Attempt #5 for coveralls. --- .coveralls.yml | 3 ++- .travis.yml | 1 - codeception.yml | 12 ------------ 3 files changed, 2 insertions(+), 14 deletions(-) diff --git a/.coveralls.yml b/.coveralls.yml index 482521d6ec..68c3d23770 100644 --- a/.coveralls.yml +++ b/.coveralls.yml @@ -1,2 +1,3 @@ src_dir: . -coverage_clover: tests/_output/coverage.xml \ No newline at end of file +coverage_clover: tests/_output/coverage.xml +json_path: tests/_output/coveralls-upload.json \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index 2691d54db9..2f92d6cdab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ language: php php: - 5.5 - 5.6 - - hhvm install: - composer install diff --git a/codeception.yml b/codeception.yml index 57cad71f33..cb76ea0e8e 100644 --- a/codeception.yml +++ b/codeception.yml @@ -8,18 +8,6 @@ settings: bootstrap: _bootstrap.php colors: true memory_limit: 1024M -extensions: - enabled: - - Codeception\Extension\PhpBuiltinServer - config: - Codeception\Extension\PhpBuiltinServer: - hostname: localhost - port: 8000 - documentRoot: public - startDelay: 1 - phpIni: /etc/php5/fpm/php.ini - - modules: config: Db: