Skip to content

Commit 40c50e7

Browse files
committed
Update .travis.yml
1 parent fb2db08 commit 40c50e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ node_js:
33
- "0.8"
44
- "0.10"
55
- "0.11"
6-
before_script:
6+
before_install:
77
- npm install npm --global
8+
before_script:
89
- node script/create-test-tables.js pg://postgres@127.0.0.1:5432/postgres
910
env:
1011
- PGUSER=postgres PGDATABASE=postgres

0 commit comments

Comments
 (0)