Commit cce1231b authored by Michael Klishin's avatar Michael Klishin

Do not install ruby-debug on travis-ci.org, it only wastes time

See http://about.travis-ci.org/docs/user/languages/ruby/ (the "Exclude non-essential gems like ruby-debug" section) for reasoning.
parent 8ad1f8a4
......@@ -40,7 +40,9 @@ group :development, :test do
gem 'capybara'
gem 'autotest'
gem 'autotest-rails'
gem 'ruby-debug19', :require => 'ruby-debug'
unless ENV["CI"]
gem 'ruby-debug19', :require => 'ruby-debug'
end
gem 'awesome_print'
gem 'database_cleaner'
gem 'launchy'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment