From 8d8a26e8f7b4e65191af80d94bccada2217cbbb2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Johan=20Bergstr=C3=B6m?= Date: Sat, 13 Jun 2015 12:25:35 +1000 Subject: [PATCH] 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: https://github.com/nodejs/io.js/pull/1965 Reviewed-By: Colin Ihrig Revewied-By: Evan Lucas --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index d3b1fcd..51a9506 100644 --- a/Makefile +++ b/Makefile @@ -113,8 +113,6 @@ test-all-valgrind: test-build test-ci: $(PYTHON) tools/test.py -p tap --logfile test.tap --mode=release message parallel sequential - $(MAKE) jslint - $(MAKE) cpplint test-release: test-build $(PYTHON) tools/test.py --mode=release -- 2.7.4