File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 33 - " 0.10"
44before_script :
55 -
node script/create-test-tables.js pg://[email protected] :5432/postgres 6+ env :
7+ - PGUSER=postgres PGDATABASE=postgres
Original file line number Diff line number Diff line change @@ -23,9 +23,6 @@ test: test-unit
2323
2424test-all : jshint test-unit test-integration test-native test-binary
2525
26- test-travis : test-all upgrade-pg
27- @make test-all connectionString=postgres://postgres@localhost:5433/postgres
28-
2926upgrade-pg :
3027 @chmod 755 script/travis-pg-9.2-install.sh
3128 @./script/travis-pg-9.2-install.sh
Original file line number Diff line number Diff line change 2626 "semver" : " ~1.1.4"
2727 },
2828 "scripts" : {
29- "test" : " make test-travis connectionString=postgres://postgres@localhost:5432/postgres" ,
29+ "test" : " make test-all connectionString=postgres://postgres@localhost:5432/postgres" ,
3030 "install" : " node-gyp rebuild || (exit 0)"
3131 },
3232 "engines" : {
You can’t perform that action at this time.
0 commit comments