Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Add fast_finish flag to travis configuration #287

Merged
merged 1 commit into from
Feb 24, 2017
Merged

Add fast_finish flag to travis configuration #287

merged 1 commit into from
Feb 24, 2017

Conversation

ajnavarro
Copy link
Contributor

@ajnavarro ajnavarro commented Feb 23, 2017

This flag allows us to improve the time spent in travis test execution if:

  • A build job fails, the build is mark as failed immediately, not waiting to finish the rest of the jobs.
  • All Build jobs pass. Travis will not wait to Allowed failures jobs to mark the PR as OK.

This flag allows us to improve the time spent in travis test execution if:

- A build job fails, the build is mark as failed immediately, not waiting to finish the rest of the jobs.
- All Build jobs pass. Travis will not wait to Allowed failures jobs to mark the PR as OK.
@codecov-io
Copy link

codecov-io commented Feb 23, 2017

Codecov Report

Merging #287 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #287   +/-   ##
=======================================
  Coverage   76.88%   76.88%           
=======================================
  Files         116      116           
  Lines        7886     7886           
=======================================
  Hits         6063     6063           
  Misses       1169     1169           
  Partials      654      654

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b5da4e9...b16b19a. Read the comment docs.

Copy link
Contributor

@alcortesm alcortesm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome!

@mcuadros mcuadros merged commit f93e571 into src-d:master Feb 24, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants