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