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

yarmiganosca / spinach / 9
94%
master: 94%

Build:
Build:
LAST BUILD BRANCH: only-run-feature-hooks-on-features-to-run
DEFAULT BRANCH: master
Ran 21 Aug 2018 04:49AM UTC
Jobs 4
Files 35
Run time 19min
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
9

push

travis-ci

yarmiganosca
upgrade jruby to get around capybara syntax issue in jruby test runs

We routinely see an error in JRuby runs on Travis when loading the file capybara/node/actions.
The reason for this is that it contains squiggly heredocs with delimiters with quotes (<<~'JS' to be specific).
link: https://github.com/teamcapybara/capybara/blob/3.2.0/lib/capybara/node/actions.rb#L310-L331

JRuby couldn't parse squiggly heredocs with single quotes in the delimeter until 9.1.6.0.
link: https://github.com/jruby/jruby/issues/4169

Because capybara isn't a runtime dependency for spinach, making our JRuby runs on Travis use a newer version of JRuby doesn't actually affect our users.
The alternative, getting capybara's maintainers to accept a PR removing the quotes from the heredoc delimeters in that file, seems like it would take much more effort, for very little benefit.

As a side note, I have no clue what the benefit of adding quotes (single or double) to a heredoc delimeter is. Those capybara heredocs work fine with or without quotes in the delimeter.

962 of 1019 relevant lines covered (94.41%)

61.24 hits per line

Jobs
ID Job ID Ran Files Coverage
1 9.1 (2.1.9) 21 Aug 2018 04:58AM UTC 0
94.21
Travis Job 9.1
2 9.2 (2.2.4) 21 Aug 2018 04:50AM UTC 0
94.21
Travis Job 9.2
3 9.3 (2.3.1) 21 Aug 2018 04:50AM UTC 0
94.21
Travis Job 9.3
4 9.4 (jruby-9.1.6.0) 21 Aug 2018 05:09AM UTC 0
0.0
Travis Job 9.4
Source Files on build 9
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #9
  • 678a0d12 on github
  • Next Build on fix-jruby-travis-runs (#10)
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

© 2025 Coveralls, Inc