Commit 53600fca authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #154 from michaelklishin/patch-1

Do not install ruby-debug on travis-ci.org, it only wastes time
parents 8ad1f8a4 cce1231b
......@@ -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