Test new travis config

This commit is contained in:
Brian M. Carlson 2014-11-03 12:52:04 -05:00
parent 52f5c709ba
commit e9d1872c70

View File

@ -2,8 +2,5 @@ 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
- PGUSER=postgres PGDATABASE=postgres