From 12e4a2b98de460e640935cb9cef113245d148093 Mon Sep 17 00:00:00 2001 From: bmc Date: Mon, 22 Apr 2013 10:35:26 -0500 Subject: [PATCH] Run the second pass of the tests on postgres 9.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 033c73c..145be5b 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ test: test-unit test-all: jshint test-unit test-integration test-native test-binary test-travis: test-all upgrade-pg - @make test-all + @make test-all connectionString=pg://postgres@localhost:5433/postgres upgrade-pg: @chmod 755 script/travis-pg-9.2-install.sh