-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Linter failure details not shown on Travis? #21263
Comments
Here's an example failing Travis linter run, https://travis-ci.com/nodejs/node/jobs/128902170:
So as suspected the details of the failure aren't shown making this less helpful. |
Any idea if changing it to |
@Trott not sure but maybe it's due to redirecting linter output to a file for ci target?
And Travis doesn't seem to be configured to read that file if the job fails like Jenkins does (latest build action). |
Fixed by #22417. |
Has anyone seen the Travis linter job fail? Did it report the actual failure?
Looking at nodejs/build#720 it doesn't look like that tap file is echoed in the Travis config so even if the job fails the failure details are not reported:
node/.travis.yml
Lines 1 to 24 in fa2d0a1
The text was updated successfully, but these errors were encountered: