From 9d153766044919cec8e9d258341860e16d8c3645 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Mon, 16 Jun 2014 20:19:30 +0200 Subject: [PATCH] Yet another travis tweak. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2318aa1..1089d64 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ before_script: - sudo -u postgres createdb -E UTF8 -O pgloader -hlocalhost pgloader - script: - - USER=pgloader make check + - PGUSER=pgloader make PGLOADER=./build/bin/pgloader check notifications: email: - dim@tapoueh.org \ No newline at end of file