Shell out for recursive make
This commit is contained in:
parent
94cc165b5e
commit
3997b38b44
3
Makefile
3
Makefile
@ -20,7 +20,8 @@ test: test-unit
|
|||||||
|
|
||||||
test-all: jshint test-unit test-integration test-native test-binary
|
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:
|
upgrade-pg:
|
||||||
@chmod 755 script/travis-pg-9.2-install.sh
|
@chmod 755 script/travis-pg-9.2-install.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user