We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 537e8e7 commit 12e4a2bCopy full SHA for 12e4a2b
Makefile
@@ -21,7 +21,7 @@ test: test-unit
21
test-all: jshint test-unit test-integration test-native test-binary
22
23
test-travis: test-all upgrade-pg
24
- @make test-all
+ @make test-all connectionString=pg://postgres@localhost:5433/postgres
25
26
upgrade-pg:
27
@chmod 755 script/travis-pg-9.2-install.sh
0 commit comments