Fix travis environment

This commit is contained in:
Brian M. Carlson 2014-11-11 09:42:46 -05:00
parent f088442570
commit c21dcfbf12

View File

@ -3,3 +3,5 @@ node_js:
- "0.10"
before_script:
- node script/create-test-tables.js pg://postgres@127.0.0.1:5432/postgres
env:
- PGUSER=postgres PGDATABASE=postgres