Closed tpickett66 closed 11 years ago
I was concerned when I got the email from travis-ci saying the build had failed but I ran the specs with a couple different versions of ruby with them all being green. I inspected the logs from other branches on travis and noticed that they were failing with the same errors but these failures were masked by the fact the when the previous implementation ran bundle exec rake
it ended up forking out to run the specs (which couldn't run) but the master process didn't report this failure.
Fixed in 1160c82a2ffad51ab965a86d16ec0d7480295bbf
Appraisal runs the default task unless you specify what task to run. This isn't a problem as long as you always specify what task to run but if you don't it ends up repeatedly running the specs with the rails23 gemset.
Signed-off-by: Tyler Pickett t.pickett66@gmail.com