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