language: ruby rvm: - 2.0.0 - 2.1 - 2.2 before_install: - gem update bundler script: - RAILS_ENV=test bundle exec rake app:db:setup - bundle exec rspec spec before_script: - cp spec/dummy/config/database.yml.ci spec/dummy/config/database.yml - psql -c 'create database g5_authenticatable_test;' -U postgres