We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 585f480 commit 57a2176Copy full SHA for 57a2176
.travis.yml
@@ -0,0 +1,6 @@
1
+language: node_js
2
+node_js:
3
+ - 0.8
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
package.json
@@ -13,7 +13,7 @@
13
"generic-pool" : "1.0.9"
14
},
15
"scripts" : {
16
- "test" : "make test",
+ "test" : "make test-all connectionString=pg://postgres@localhost:5432/node-postgres",
17
"install" : "node-gyp rebuild || (exit 0)"
18
19
"engines" : { "node": ">= 0.8.0" }
0 commit comments