Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
no debugger for 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
steved committed Nov 6, 2012
1 parent 47526d8 commit cb30848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Bundler.require

require "RMagick"
require "debugger" unless ENV["TRAVIS"]
require "debugger" unless ENV["TRAVIS"] || RUBY_VERSION.start_with?("1.8")

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), "..", "lib"))

Expand Down

0 comments on commit cb30848

Please sign in to comment.