From 6ae242b0ccab80f94bc52ef48febfd52ae282941 Mon Sep 17 00:00:00 2001 From: Johnson Date: Sun, 19 Oct 2014 17:43:04 +1100 Subject: [PATCH] Set the default timezone to avoid errors in hhvm Added a default timezone to the bootstrap.php to fix errors in HHVM tests, which was introduced when Travis removed the default `/etc/hhvm/php.ini` in https://github.com/travis-ci/travis-ci/issues/2523#issuecomment-59303763 --- tests/bootstrap.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 2f16bac..786bef2 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -1,6 +1,7 @@