Update travis file

This commit is contained in:
Brian M. Carlson 2014-11-03 12:34:16 -05:00
parent 02ff00a374
commit b38d092fa6

View File

@ -2,5 +2,8 @@ language: node_js
node_js:
- "0.10"
- "0.11"
before_script:
- psql -c 'create database travis_ci_test;' -U postgres
env:
- PGUSER=postgres
- PGDATABASE=travis_ci_test