Skip to content
Snippets Groups Projects
Commit cce1231b authored by Michael Klishin's avatar Michael Klishin
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
@@ -40,7 +40,9 @@ group :development, :test do
Loading
@@ -40,7 +40,9 @@ group :development, :test do
gem 'capybara' gem 'capybara'
gem 'autotest' gem 'autotest'
gem 'autotest-rails' gem 'autotest-rails'
gem 'ruby-debug19', :require => 'ruby-debug' unless ENV["CI"]
gem 'ruby-debug19', :require => 'ruby-debug'
end
gem 'awesome_print' gem 'awesome_print'
gem 'database_cleaner' gem 'database_cleaner'
gem 'launchy' gem 'launchy'
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment