Travis CI > run many tasks using Phing > update configuration

This commit is contained in:
Meritoo
2019-04-07 16:19:12 +02:00
parent e05bc2302d
commit 39b0172a85
4 changed files with 10 additions and 2 deletions

View File

@@ -1 +1,2 @@
date.timezone = 'Europe/London'
date.timezone = Europe/London
memory_limit = 2G

View File

@@ -18,3 +18,6 @@ before_script:
script:
- phing
after_success:
- travis_retry php vendor/bin/php-coveralls -v

View File

@@ -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

View File

@@ -1 +1 @@
1.0.2
1.0.3