From 4474d81c6e349ba5bfd3d57402c4a4ae21525643 Mon Sep 17 00:00:00 2001
From: Cam Saul <cam@geotip.com>
Date: Mon, 3 Aug 2015 18:25:37 -0700
Subject: [PATCH] try to fix Circle MySQL timezone loading

---
 circle.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/circle.yml b/circle.yml
index 49cee8ffd22..f46251f1f93 100644
--- a/circle.yml
+++ b/circle.yml
@@ -9,6 +9,9 @@ machine:
 dependencies:
   pre:
     - pip install awscli==1.7.3
+database:
+  post:
+    - mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u ubuntu mysql
 test:
   override:
     # 0) runs unit tests w/ H2 local DB. Runs against Mongo, H2, Postgres, MySQL test datasets
-- 
GitLab