From 8a3e2c7fee29466b86b3ee8527d69c0a251e8210 Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Mon, 2 Nov 2015 08:42:15 -0500 Subject: [PATCH] getting travis ci working --- .travis.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2a09387..a279696 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ language: ruby rvm: - "2.2.0" - - rbx -# uncomment this line if your project needs to run something other than `rake`: -# # script: bundle exec rspec spec +env: + - DB=sqlite +script: + - RAILS_ENV=test bundle exec rake db:migrate --trace + - bundle exec rake test