Set a default timezone
This commit is contained in:
parent
2cdb2de33e
commit
b6204c608d
2 changed files with 2 additions and 0 deletions
1
.travis-php-config.ini
Normal file
1
.travis-php-config.ini
Normal file
|
@ -0,0 +1 @@
|
||||||
|
date.timezone = "Europe/Berlin"
|
|
@ -5,3 +5,4 @@ php:
|
||||||
install:
|
install:
|
||||||
- composer install
|
- composer install
|
||||||
script: bin/phpunit -c app
|
script: bin/phpunit -c app
|
||||||
|
before_script: phpenv config-add .travis-php-config.ini
|
||||||
|
|
Reference in a new issue