-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build Travis only on PRs #6307
Build Travis only on PRs #6307
Conversation
Disabled building on branches and enabled pull requests in Travis settings panel. |
Codecov Report
@@ Coverage Diff @@
## master #6307 +/- ##
==========================================
- Coverage 63.65% 63.29% -0.36%
==========================================
Files 225 222 -3
Lines 8626 8542 -84
Branches 3 3
==========================================
- Hits 5491 5407 -84
Misses 3134 3134
Partials 1 1
Continue to review full report at Codecov.
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
master
is always red because Travis does weird things to TTY there. The issue is not present on branches though, so I think it makes sense now to build only on PRs.Test plan
Faster builds and green CI