Update .travis.yml

This commit is contained in:
Brian M. Carlson 2014-11-18 15:01:07 -05:00
parent fb2db0874d
commit 40c50e743e

View File

@ -3,8 +3,9 @@ node_js:
- "0.8"
- "0.10"
- "0.11"
before_script:
before_install:
- npm install npm --global
before_script:
- node script/create-test-tables.js pg://postgres@127.0.0.1:5432/postgres
env:
- PGUSER=postgres PGDATABASE=postgres