Skip to content

Commit

Permalink
add byebug to Gemfile to ease debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jrochkind committed Apr 16, 2015
1 parent 69153a6 commit d891d2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ rvm:
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
# We need to install latest version of bundler, because one in travis
# image is too old to recognize platform => :mri_22 in Gemfile.
before_install:
- gem install bundler
before_script:
- mysql -e 'create database umlaut3_test;'
- mysql -e 'create database sfxlcl41_test;'
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ end

group :debug do
gem 'debugger', :platform => :mri_19
gem 'byebug', :platform => [:mri_21, :mri_22]
gem 'ruby-debug', :platform => :jruby
end

Expand Down

0 comments on commit d891d2b

Please sign in to comment.