-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
**DO NOT MERGE** Attempt to trigger a Travis CI npm ci
install error
#13613
Conversation
The docs state: https://docs.travis-ci.com/user/build-matrix/#sts=Fast%20Finishing%20#
To mark the build as finished as soon as possible, add matrix:
fast_finish: true As we currently don't use I'll try a commit switching from |
Aside: Switching from Adding I'm not sure why |
Closing this PR, it has served its testing purpose for #13462 though I still do not know why |
Description
DO NOT MERGE
Ref #13462 (comment)
This PR is attempting to trigger a Travis CI build job to terminate with an error due to
package.json
has been updated but *not thepackage-lock.json
file.Currently
npm ci
is in theinstall
section of.travis.yml
: https://github.com/WordPress/gutenberg/blob/master/.travis.yml#L34-L35Per the docs at https://docs.travis-ci.com/user/job-lifecycle#breaking-the-build
Therefore the build should throw
errored
and terminate immediately upon error.How has this been tested?
See above, this is a test PR for #13462
Screenshots
Types of changes
Checklist: