Skip to content

Commit af03de4

Browse files
committed
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: #27062 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 2f1ed5c commit af03de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
install:
1919
- make lint-py-build || true
2020
script:
21-
- NODE=$(which node) make lint-ci
21+
- NODE=$(which node) make lint lint-py
2222

2323
- name: "Compile V8"
2424
language: cpp

0 commit comments

Comments
 (0)