Skip to content

Commit c42e5d7

Browse files
committed
Remove pg upgrade in travis tests
1 parent 495d319 commit c42e5d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ test: test-unit
2424
test-all: jshint test-unit test-integration test-native test-binary
2525

2626
test-travis: test-all upgrade-pg
27-
@make test-all connectionString=postgres://postgres@localhost:5433/postgres
27+
#@make test-all connectionString=postgres://postgres@localhost:5433/postgres
2828

2929
upgrade-pg:
30-
@chmod 755 script/travis-pg-9.2-install.sh
31-
@./script/travis-pg-9.2-install.sh
30+
#@chmod 755 script/travis-pg-9.2-install.sh
31+
#@./script/travis-pg-9.2-install.sh
3232

3333
bench:
3434
@find benchmark -name "*-bench.js" | $(node-command)

0 commit comments

Comments
 (0)