mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
Remove pg upgrade in travis tests
This commit is contained in:
parent
495d3199da
commit
c42e5d726f
6
Makefile
6
Makefile
@ -24,11 +24,11 @@ test: test-unit
|
||||
test-all: jshint test-unit test-integration test-native test-binary
|
||||
|
||||
test-travis: test-all upgrade-pg
|
||||
@make test-all connectionString=postgres://postgres@localhost:5433/postgres
|
||||
#@make test-all connectionString=postgres://postgres@localhost:5433/postgres
|
||||
|
||||
upgrade-pg:
|
||||
@chmod 755 script/travis-pg-9.2-install.sh
|
||||
@./script/travis-pg-9.2-install.sh
|
||||
#@chmod 755 script/travis-pg-9.2-install.sh
|
||||
#@./script/travis-pg-9.2-install.sh
|
||||
|
||||
bench:
|
||||
@find benchmark -name "*-bench.js" | $(node-command)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user