From 1f1d8aa74c836eb4378c893db1599278bfa5724e Mon Sep 17 00:00:00 2001 From: nicolaasuni Date: Sun, 21 Aug 2016 19:35:40 +0100 Subject: [PATCH] improve travis --- .travis.yml | 24 ++++++++++++++++-------- VERSION | 2 +- 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 787ad64..6d172a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,16 @@ matrix: allow_failures: - php: nightly +addons: + apt: + packages: + - devscripts + - debhelper + - pkg-config + - alien + - rpm + - dh-make + services: - mysql - memcached @@ -48,15 +58,13 @@ script: - make qa_all - make report -after_success: - - cat ./target/report/phploc.txt - - cat ./target/report/phpcompatinfo.txt - after_failure: - cat ./target/logs/junit.xml - cat ./target/report/phpcpd.txt -after_script: - - "echo 'coverage_clover: target/coverage/coverage.xml' >> .coveralls.yml" - - "echo 'json_path: target/coverage/coveralls-upload.json' >> .coveralls.yml" - - if [ "$TRAVIS_PHP_VERSION" = "5.6" ]; then php vendor/bin/coveralls -v; fi; +after_success: + - cat ./target/report/phploc.txt + - cat ./target/report/phpcompatinfo.txt + - "echo 'coverage_clover: target/coverage/coverage.xml' >> .coveralls.yml" + - "echo 'json_path: target/coverage/coveralls-upload.json' >> .coveralls.yml" + - if [ "$TRAVIS_PHP_VERSION" = "5.6" ]; then php vendor/bin/coveralls -v; fi; diff --git a/VERSION b/VERSION index 10c2c0c..c6436a8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.10.0 +2.10.2