ConradIrwin / pry-rescue

Start a pry session whenever something goes wrong.
MIT License
852 stars 49 forks source link

Travis build should run on JRuby 1.9-mode #43

Open amarshall opened 11 years ago

amarshall commented 11 years ago

JRuby C extensions are not supported on Travis, but binding_of_caller has a C extension (dependency of pry-stack_explorer, which is optional for pry-rescue anyway). We should likely run all builds without binding_of_caller, and then ignore the failing JRuby one.