Mess with travis config

This commit is contained in:
Brian M. Carlson 2014-09-15 23:48:14 -04:00
parent f9ee1c083a
commit 040ed5f4da

View File

@ -4,6 +4,3 @@ node_js:
- "0.11"
env:
- PGUSER=postgres
- PGDATABASE=travis_ci_test
before_script:
- psql -c 'create database travis_ci_test;' -U postgres