Set a default timezone

This commit is contained in:
Tim Schumacher 2016-06-27 21:43:36 +02:00
parent 2cdb2de33e
commit b6204c608d
2 changed files with 2 additions and 0 deletions

1
.travis-php-config.ini Normal file
View file

@ -0,0 +1 @@
date.timezone = "Europe/Berlin"

View file

@ -5,3 +5,4 @@ php:
install:
- composer install
script: bin/phpunit -c app
before_script: phpenv config-add .travis-php-config.ini