language: ruby rvm: - "2.1.1" addons: postgresql: "9.3" before_script: - psql -c 'create database travis_ci_test;' -U postgres