Have travis specify "postgres" as the testsuite running user

This commit is contained in:
Sandro Santilli 2014-06-18 11:54:28 +02:00
parent 50060a2529
commit 91bec69a68

View File

@ -19,5 +19,5 @@ before_install:
script:
- make
- sudo make install
- PGOPTIONS='-c client_min_messages=NOTICE' make installcheck ||
- PGOPTIONS='-c client_min_messages=NOTICE' PGUSER=postgres make installcheck ||
{ cat regression.diffs; false; }