From b543c356653341ce9864f64760b14f6369ccbcbc Mon Sep 17 00:00:00 2001 From: Yuki Date: Mon, 11 May 2015 16:02:29 +0530 Subject: [PATCH] i wonder if this is the issue --- .travis.yml | 4 ++-- config/environments/test.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3f98925d..61e02f3c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: ruby -rvm: 2.1 +rvm: 2.0.0 before_script: - cp config/database.yml.postgres config/database.yml - cp config/justask.yml.example config/justask.yml - bundle exec rake db:setup - - bundle exec rake db:migrate \ No newline at end of file + - bundle exec rake db:migrate diff --git a/config/environments/test.rb b/config/environments/test.rb index 9db52e64..0d6459df 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -21,7 +21,7 @@ Rails.application.configure do config.action_controller.perform_caching = false # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = true + config.action_dispatch.show_exceptions = false # Disable request forgery protection in test environment. config.action_controller.allow_forgery_protection = false