Try new travis changes

This commit is contained in:
Brian M. Carlson
2014-09-15 23:39:42 -04:00
parent 8f2355e454
commit dcfffd0670

View File

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