language: ruby rvm: - "2.2.0" env: - DB=sqlite script: - RAILS_ENV=test bundle exec rake db:migrate --trace - bundle exec rake test