Skip to content
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: don't use lint-ci on Travis #27062

Merged
merged 1 commit into from
Apr 5, 2019
Merged

Commits on Apr 5, 2019

  1. build: don't use lint-ci on Travis

    The `lint-ci` Makefile target differs from `lint` in that it writes to
    a tap file and not stdout and also stops execution when an error is
    found (e.g. if JavaScript linting fails the C++ and docs linting are
    not run).
    
    The switch to `lint-ci` was to enable Python linting. Revert to `lint`
    and add the `lint-py` target.
    
    PR-URL: nodejs#27062
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    richardlau committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    af03de4 View commit details
    Browse the repository at this point in the history