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

guard / guard / 968
81%

Build:
DEFAULT BRANCH: master
Ran 03 Nov 2013 11:50AM 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
968

push

travis-ci

netzpirat
Change quiet handling for Tmux <= 1.6

Prior to Guard 2.2 the Tmux notifier set the `quiet` option to `on` when
notifications are turned on and to `off` when turned off. This
interferes with custom configuration and other tools, so with Guard 2.2
the output of the commands is set to quiet on a command basis, which
solves the issue.

But for people running the old Tmux version 1.6, this breaks the Tmux
notifier since since the `set-option` command does support the `-q`
flag only since version (See #512).

This commit reverts some testing to work around the backward
compatibility issue and commits to the new approach with one exception:
the title notification is not quiet on Tmux <= 1.6, since it's the only
part which relies on `set-option`. This implies that Tmux 1.6 users
with the title notification set to true are seeing the Tmux command
output. Now it's up to the user to configure that Tmux is quiet by
adding

```
set-option -s quiet
```

to their Tmux config.

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

5202 of 5302 relevant lines covered (98.11%)

63.36 hits per line

Coverage Regressions

Lines Coverage ∆ File
3
100.0
lib/guard/notifiers/tmux.rb
Jobs
ID Job ID Ran Files Coverage
1 968.1 (1.9.3) 03 Nov 2013 11:51AM UTC 0
98.07
Travis Job 968.1
2 968.2 (2.0.0) 03 Nov 2013 11:50AM UTC 0
98.1
Travis Job 968.2
3 968.3 (jruby-19mode) 03 Nov 2013 11:51AM UTC 0
96.52
Travis Job 968.3
4 968.4 (rbx-19mode) 03 Nov 2013 11:52AM UTC 0
99.36
Travis Job 968.4
Source Files on build 968
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #968
  • 6a4416c5 on github
  • Prev Build on master (#967)
  • Next Build on master (#970)
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