-
Notifications
You must be signed in to change notification settings - Fork 30k
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: fix Travis non-PR builds #24093
Conversation
Don't return non-zero if TRAVIS_PULL_REQUEST == "false".
I'm not sure there's an easy way to test this in a non-PR scenario, other than maybe fudging (Edit: What I have done is run the command locally with |
Non PR travis: https://travis-ci.org/refack/node/builds/450653840 |
|
Lite CI (since the last time I checked ncu doesn't recognise |
Please upvote to fast-track. |
Landed in 809be43 |
Don't return non-zero if TRAVIS_PULL_REQUEST == "false". PR-URL: nodejs#24093 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Rich Trott <[email protected]>
Thanks everyone, and sorry for causing the original issue. |
Don't return non-zero if TRAVIS_PULL_REQUEST == "false". PR-URL: #24093 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Rich Trott <[email protected]>
Don't return non-zero if TRAVIS_PULL_REQUEST == "false". PR-URL: #24093 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Rich Trott <[email protected]>
Don't return non-zero if TRAVIS_PULL_REQUEST == "false". PR-URL: #24093 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Rich Trott <[email protected]>
Don't return non-zero if TRAVIS_PULL_REQUEST == "false". PR-URL: #24093 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Rich Trott <[email protected]>
Don't return non-zero if
$TRAVIS_PULL_REQUEST
== "false".Refs: #24076 (comment)
Checklist