We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 495d319 commit c42e5d7Copy full SHA for c42e5d7
Makefile
@@ -24,11 +24,11 @@ test: test-unit
24
test-all: jshint test-unit test-integration test-native test-binary
25
26
test-travis: test-all upgrade-pg
27
- @make test-all connectionString=postgres://postgres@localhost:5433/postgres
+ #@make test-all connectionString=postgres://postgres@localhost:5433/postgres
28
29
upgrade-pg:
30
- @chmod 755 script/travis-pg-9.2-install.sh
31
- @./script/travis-pg-9.2-install.sh
+ #@chmod 755 script/travis-pg-9.2-install.sh
+ #@./script/travis-pg-9.2-install.sh
32
33
bench:
34
@find benchmark -name "*-bench.js" | $(node-command)
0 commit comments