diff --git a/.travis-php-config.ini b/.travis-php-config.ini index 64adbeb..c0f1249 100644 --- a/.travis-php-config.ini +++ b/.travis-php-config.ini @@ -1 +1,2 @@ -date.timezone = 'Europe/London' +date.timezone = Europe/London +memory_limit = 2G diff --git a/.travis.yml b/.travis.yml index d9ce276..19f4e72 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,3 +18,6 @@ before_script: script: - phing + +after_success: + - travis_retry php vendor/bin/php-coveralls -v diff --git a/CHANGELOG.md b/CHANGELOG.md index f010d85..a79b066 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ Common and useful classes, methods, exceptions etc. +# 1.0.3 + +1. Travis CI > run many tasks using Phing > update configuration + # 1.0.2 1. Phing > remove old and unused tools diff --git a/VERSION b/VERSION index 6d7de6e..21e8796 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.2 +1.0.3