We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb2db08 commit 40c50e7Copy full SHA for 40c50e7
.travis.yml
@@ -3,8 +3,9 @@ node_js:
3
- "0.8"
4
- "0.10"
5
- "0.11"
6
-before_script:
+before_install:
7
- npm install npm --global
8
+before_script:
9
- node script/create-test-tables.js pg://postgres@127.0.0.1:5432/postgres
10
env:
11
- PGUSER=postgres PGDATABASE=postgres
0 commit comments