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

sferik / twitter / 1655
99%
master: 3%

Build:
Build:
LAST BUILD BRANCH: patch-2
DEFAULT BRANCH: master
Ran 04 Apr 2017 01:51AM UTC
Jobs 6
Files 87
Run time 30min
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
1655

Pull #842

travis-ci

web-flow
Support closing stream

In this version, we can close stream as following:

```ruby
client = Twitter::Streaming::Client.new do |config|
  # Set up configuration
end

t = Thread.new do
  client.filter(track: keyword) do |object|
    # process object
  end
end

Signal.trap(:TERM) do
  # terminate process silently
  client.close
  exit true
end
```
Pull Request #842: Support closing stream

8 of 8 new or added lines in 2 files covered. (100.0%)

2047 of 2065 relevant lines covered (99.13%)

182.72 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
100.0
lib/twitter/streaming/client.rb
5
100.0
lib/twitter/streaming/connection.rb

Uncovered Existing Lines

Lines Coverage ∆ File
5
100.0
lib/twitter/streaming/connection.rb
Jobs
ID Job ID Ran Files Coverage
1 1655.1 (2.0.0) 04 Apr 2017 01:51AM UTC 0
99.16
Travis Job 1655.1
2 1655.2 (2.1) 04 Apr 2017 01:51AM UTC 0
99.16
Travis Job 1655.2
3 1655.3 (2.2) 04 Apr 2017 01:52AM UTC 0
99.16
Travis Job 1655.3
4 1655.4 (2.3.3) 04 Apr 2017 01:52AM UTC 0
99.16
Travis Job 1655.4
5 1655.5 (jruby-9.1.6.0) 04 Apr 2017 02:21AM UTC 0
99.16
Travis Job 1655.5
8 1655.8 (ruby-head) 04 Apr 2017 01:53AM UTC 0
99.16
Travis Job 1655.8
Source Files on build 1655
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1655
  • Pull Request #842
  • PR Base - 6-stable (#1633)
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