File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ language: node_js
2
2
node_js :
3
3
- 0.8
4
4
before_script :
5
- - psql -c 'create database node- postgres;' -U postgres
6
- - node script/create-test-tables.js pg://postgres@127.0.0.1:5432/node- postgres
5
+ - psql -c 'create database postgres;' -U postgres
6
+ - node script/create-test-tables.js pg://postgres@127.0.0.1:5432/postgres
Original file line number Diff line number Diff line change 13
13
"generic-pool" : " 1.0.9"
14
14
},
15
15
"scripts" : {
16
- "test" : " make test-all connectionString=pg://postgres@localhost:5432/node- postgres" ,
16
+ "test" : " make test-all connectionString=pg://postgres@localhost:5432/postgres" ,
17
17
"install" : " node-gyp rebuild || (exit 0)"
18
18
},
19
19
"engines" : { "node" : " >= 0.8.0" }
You can’t perform that action at this time.
0 commit comments