File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 3
3
- " 0.10"
4
4
before_script :
5
5
-
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
23
23
24
24
test-all : jshint test-unit test-integration test-native test-binary
25
25
26
- test-travis : test-all upgrade-pg
27
- @make test-all connectionString=postgres://postgres@localhost:5433/postgres
28
-
29
26
upgrade-pg :
30
27
@chmod 755 script/travis-pg-9.2-install.sh
31
28
@./script/travis-pg-9.2-install.sh
Original file line number Diff line number Diff line change 26
26
"semver" : " ~1.1.4"
27
27
},
28
28
"scripts" : {
29
- "test" : " make test-travis connectionString=postgres://postgres@localhost:5432/postgres" ,
29
+ "test" : " make test-all connectionString=postgres://postgres@localhost:5432/postgres" ,
30
30
"install" : " node-gyp rebuild || (exit 0)"
31
31
},
32
32
"engines" : {
You can’t perform that action at this time.
0 commit comments