From 5dea687c29b89d792e9653d6e5f3c64cddb26b04 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Fri, 20 Sep 2013 16:52:03 +0200 Subject: Enable travis for php 5.3, 5.4, 5.5; enabled coveralls --- .coveralls.yml | 4 ++++ .travis.yml | 6 ++++-- build.xml | 15 ++++++++++++++- composer.json | 1 + composer.lock | 18 +++++++++--------- 5 files changed, 32 insertions(+), 12 deletions(-) create mode 100644 .coveralls.yml diff --git a/.coveralls.yml b/.coveralls.yml new file mode 100644 index 00000000..4d06f5f8 --- /dev/null +++ b/.coveralls.yml @@ -0,0 +1,4 @@ +service_name: travis-ci +src_dir: framework/ +coverage_clover: build/test-reports/clover.xml +json_path: build/test-reports/coveralls.json diff --git a/.travis.yml b/.travis.yml index 144442d4..1532598c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ language: php php: - 5.3 + - 5.4 + - 5.5 before_script: - composer self-update @@ -11,5 +13,5 @@ before_script: script: - ./bin/phing test -#after_script: - #- php ./bin/coveralls -v \ No newline at end of file +after_script: + - php ./bin/coveralls -v \ No newline at end of file diff --git a/build.xml b/build.xml index d7a3872e..eb0b1384 100644 --- a/build.xml +++ b/build.xml @@ -44,6 +44,15 @@ + + + + + + + @@ -255,13 +264,17 @@ - + + + + + diff --git a/composer.json b/composer.json index 481e52a1..81573d01 100644 --- a/composer.json +++ b/composer.json @@ -36,6 +36,7 @@ "ext-spl": "*" }, "require-dev" : { + "ext-xdebug": "*", "phpunit/phpunit" : "3.7.*", "phpunit/dbunit": ">=1.2", "phpunit/phpunit-selenium": ">=1.2", diff --git a/composer.lock b/composer.lock index 086e5c94..4a907065 100644 --- a/composer.lock +++ b/composer.lock @@ -3,7 +3,7 @@ "This file locks the dependencies of your project to a known state", "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file" ], - "hash": "eb691c1d28ed1a4df80b55b78c0bf9f8", + "hash": "5d13e6a7e5d1c16086fabc64d066f227", "packages": [ ], @@ -788,16 +788,16 @@ }, { "name": "phpunit/phpunit", - "version": "3.7.26", + "version": "3.7.27", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "551d18555488f385aea9dfb33f2ba3fe6f3050f8" + "reference": "4b024e753e3421837afbcca962c8724c58b39376" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/551d18555488f385aea9dfb33f2ba3fe6f3050f8", - "reference": "551d18555488f385aea9dfb33f2ba3fe6f3050f8", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4b024e753e3421837afbcca962c8724c58b39376", + "reference": "4b024e753e3421837afbcca962c8724c58b39376", "shasum": "" }, "require": { @@ -858,7 +858,7 @@ "testing", "xunit" ], - "time": "2013-09-13 05:00:10" + "time": "2013-09-16 03:09:52" }, { "name": "phpunit/phpunit-mock-objects", @@ -1431,7 +1431,7 @@ "ext-pcre": "*", "ext-spl": "*" }, - "platform-dev": [ - - ] + "platform-dev": { + "ext-xdebug": "*" + } } -- cgit v1.2.3