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
FROM INLINE
INTO postgresql://dim@localhost/pgloader?header
INTO postgresql:///pgloader?header
WITH truncate,
fields terminated by ',',