Skip to content

Commit 12e4a2b

Browse files
committed
Run the second pass of the tests on postgres 9.2
1 parent 537e8e7 commit 12e4a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ test: test-unit
2121
test-all: jshint test-unit test-integration test-native test-binary
2222

2323
test-travis: test-all upgrade-pg
24-
@make test-all
24+
@make test-all connectionString=pg://postgres@localhost:5433/postgres
2525

2626
upgrade-pg:
2727
@chmod 755 script/travis-pg-9.2-install.sh

0 commit comments

Comments
 (0)