Commit 53600fca0ae701f2833125833e42ddd58d0e0a06
Exists in
master
and in
4 other branches
Merge pull request #154 from michaelklishin/patch-1
Do not install ruby-debug on travis-ci.org, it only wastes time
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
Gemfile
@@ -40,7 +40,9 @@ group :development, :test do | @@ -40,7 +40,9 @@ group :development, :test do | ||
40 | gem 'capybara' | 40 | gem 'capybara' |
41 | gem 'autotest' | 41 | gem 'autotest' |
42 | gem 'autotest-rails' | 42 | gem 'autotest-rails' |
43 | - gem 'ruby-debug19', :require => 'ruby-debug' | 43 | + unless ENV["CI"] |
44 | + gem 'ruby-debug19', :require => 'ruby-debug' | ||
45 | + end | ||
44 | gem 'awesome_print' | 46 | gem 'awesome_print' |
45 | gem 'database_cleaner' | 47 | gem 'database_cleaner' |
46 | gem 'launchy' | 48 | gem 'launchy' |