Skip to content

Commit 76700e3

Browse files
committed
Issue pantheon-deprecated#5 Unable to run behat tests because of default timezone warning
1 parent 3e634f1 commit 76700e3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

circle.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ machine:
1515
# CI_BOT_EMAIL: [email protected]
1616
# CI_BOT_NAME: My Bot
1717

18+
dependencies:
19+
pre:
20+
- echo "date.timezone = America/New_York" > /opt/circleci/php/$(phpenv global)/etc/conf.d/timezone.ini
21+
1822
test:
1923
pre:
2024
- disable-php-email

0 commit comments

Comments
 (0)