• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

guard / guard / 910
97%
master: 81%

Build:
Build:
LAST BUILD BRANCH: fix_jruby_on_travis
DEFAULT BRANCH: master
Ran 29 Sep 2013 05:44AM UTC
Jobs 4
Files 90
Run time –
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
910

push

travis-ci

cablegram
Accommodate differences in Thread class under MRI 1.9.3, MRI 2.0.0 and jruby.

On a killed thread, Thread#alive? behaves differently under MRI 2.0.0 than under MRI 1.9.3, and jruby and Thread#status behaves differently under jruby than under MRI 1.9.3, and MRI 2.0.0.
t=Thread.new{}.kill; puts "#{t.alive?}--#{t.status}"
  On MRI 1.9.3 => true--aborting
  On MRI 2.0.0 => true--run
  On jruby        => false--aborting

2 of 2 new or added lines in 1 file covered. (100.0%)

4752 of 4895 relevant lines covered (97.08%)

69.8 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
100.0
lib/guard/interactor.rb
Jobs
ID Job ID Ran Files Coverage
1 910.1 (1.9.3) 29 Sep 2013 05:44AM UTC 0
96.99
Travis Job 910.1
2 910.2 (2.0.0) 29 Sep 2013 05:45AM UTC 0
96.94
Travis Job 910.2
3 910.3 (jruby-19mode) 29 Sep 2013 05:44AM UTC 0
95.14
Travis Job 910.3
4 910.4 (rbx-19mode) 29 Sep 2013 05:45AM UTC 0
99.07
Travis Job 910.4
Source Files on build 910
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #910
  • eb4a4a75 on github
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc