Skip to content

Commit e52e990

Browse files
jbergstroemFishrock123
authored andcommittedJul 3, 2015
build: don't run lint from test-ci
Since we will run linting before compiling or testing there's no need to run it as part of the ci testing. PR-URL: #1965 PORT-PR-URL: #2101 PORT-FROM: 8d8a26e Reviewed-By: Colin Ihrig <[email protected]> Revewied-By: Evan Lucas <[email protected]>
1 parent c5d1ec7 commit e52e990

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎Makefile

-2
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,6 @@ test-all-valgrind: test-build
113113

114114
test-ci:
115115
$(PYTHON) tools/test.py -p tap --logfile test.tap --mode=release message parallel sequential
116-
$(MAKE) jslint
117-
$(MAKE) cpplint
118116

119117
test-release: test-build
120118
$(PYTHON) tools/test.py --mode=release

0 commit comments

Comments
 (0)
Please sign in to comment.