Skip to content

Commit 3997b38

Browse files
committed
Shell out for recursive make
1 parent 94cc165 commit 3997b38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ test: test-unit
2020

2121
test-all: jshint test-unit test-integration test-native test-binary
2222

23-
test-travis: test-all upgrade-pg test-integration test-native test-binary
23+
test-travis: test-all upgrade-pg
24+
@make test-all
2425

2526
upgrade-pg:
2627
@chmod 755 script/travis-pg-9.2-install.sh

0 commit comments

Comments
 (0)