Travis: let's try to force client timezone.

The cvs-parse-date test is failing on Travis because the server up there
in the Cloud isn't using the same timezone as my local machine. Let's
just force the timezone in the SET clause...
This commit is contained in:
Dimitri Fontaine 2015-09-07 20:00:05 +02:00
parent 3f539b7384
commit 60d58a96b8

View File

@ -12,7 +12,7 @@ LOAD CSV
fields escaped by double-quote,
fields terminated by ','
SET client_encoding to 'latin1',
SET timezone to 'Europe/Paris',
work_mem to '12MB',
standard_conforming_strings to 'on'