Shell out for recursive make

This commit is contained in:
bmc 2013-04-22 05:52:41 -05:00
parent 94cc165b5e
commit 3997b38b44

View File

@ -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