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

cyjake / ssh-config / 77
98%

Build:
DEFAULT BRANCH: master
Ran 10 Jun 2019 03:11PM UTC
Jobs 3
Files 2
Run time 2s
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
77

push

travis-ci

cyjake
Breaking: parse Host with multiple patterns as an array to fix #17

parse('Host: "foo bar" *.baz !bar.baz')
// => { param: 'Host', value: ['foo bar', '*.baz', '!bar.baz'] }

// following hosts can match
compute('foo bar') // => { Host: ... }
compute('foo.baz') // => { Host: ... }

// but those hosts that match the negated pattern won't
compute('bar.baz') // => null

105 of 120 branches covered (87.5%)

Branch coverage included in aggregate %.

173 of 176 relevant lines covered (98.3%)

344.95 hits per line

Jobs
ID Job ID Ran Files Coverage
2 77.2 10 Jun 2019 03:11PM UTC 0
93.92
Travis Job 77.2
3 77.3 10 Jun 2019 03:11PM UTC 0
93.92
Travis Job 77.3
4 77.4 10 Jun 2019 03:11PM UTC 0
93.92
Travis Job 77.4
Source Files on build 77
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #77
  • d5abb927 on github
  • Prev Build on master (#76)
  • Next Build on master (#78)
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