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

qrush / m / 133
0%

Build:
DEFAULT BRANCH: master
Ran 06 May 2016 09:47AM UTC
Jobs 4
Files 0
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
133

push

travis-ci

Zamith
Explicitly exit with the correct status

Why:

* When running tests on a directory, the exit status was 0, regardless of the
  actual exit status of the runner
* CI builds depend on status codes for each step in the build process to
  determine whether the build passed or failed. Since `exit()` is being used
  here, test suites that experience runtime errors will still exit with a
  0 status code.

This change addresses the need by:

* Exiting with 1 when there is a `RuntimeError`
* After the rake task runs, exit with the exit status of the runner
* Creates a method to assert output when the underlying process failed, instead
  of assuming that it will always be successful
Jobs
ID Job ID Ran Files Coverage
1 133.1 (2.0.0) 06 May 2016 09:47AM UTC 0
Travis Job 133.1
2 133.2 (2.1.0) 06 May 2016 09:49AM UTC 0
Travis Job 133.2
3 133.3 (2.2.0) 06 May 2016 09:48AM UTC 0
Travis Job 133.3
4 133.4 (jruby-1.7.21) 06 May 2016 10:05AM UTC 0
Travis Job 133.4
Source Files on build 133
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #133
  • 1783276b on github
  • Prev Build on master (#129)
  • Next Build on master (#135)
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