From 3997b38b44d530f5e01e29d3b3c8647c085b2589 Mon Sep 17 00:00:00 2001 From: bmc Date: Mon, 22 Apr 2013 05:52:41 -0500 Subject: [PATCH] Shell out for recursive make --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a7121a73..033c73cd 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,8 @@ test: test-unit test-all: jshint test-unit test-integration test-native test-binary -test-travis: test-all upgrade-pg test-integration test-native test-binary +test-travis: test-all upgrade-pg + @make test-all upgrade-pg: @chmod 755 script/travis-pg-9.2-install.sh