Travis: Fix the text case connection string.

This commit is contained in:
Dimitri Fontaine 2015-05-21 16:29:14 +02:00
parent abbc105c41
commit dc86b5e600

View File

@ -1,6 +1,6 @@
LOAD CSV LOAD CSV
FROM INLINE FROM INLINE
INTO postgresql://dim@localhost/pgloader?header INTO postgresql:///pgloader?header
WITH truncate, WITH truncate,
fields terminated by ',', fields terminated by ',',