From c42e5d726ffe2cef4ba6df076a0f3f5a5ccb1d87 Mon Sep 17 00:00:00 2001 From: "Brian M. Carlson" Date: Wed, 20 Nov 2013 23:01:31 -0600 Subject: [PATCH] Remove pg upgrade in travis tests --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 703595db..ee973b65 100644 --- a/Makefile +++ b/Makefile @@ -24,11 +24,11 @@ test: test-unit test-all: jshint test-unit test-integration test-native test-binary test-travis: test-all upgrade-pg - @make test-all connectionString=postgres://postgres@localhost:5433/postgres + #@make test-all connectionString=postgres://postgres@localhost:5433/postgres upgrade-pg: - @chmod 755 script/travis-pg-9.2-install.sh - @./script/travis-pg-9.2-install.sh + #@chmod 755 script/travis-pg-9.2-install.sh + #@./script/travis-pg-9.2-install.sh bench: @find benchmark -name "*-bench.js" | $(node-command)