build: don't run lint from test-ci
authorJohan Bergström <bugs@bergstroem.nu>
Sat, 13 Jun 2015 02:25:35 +0000 (12:25 +1000)
committerJohan Bergström <bugs@bergstroem.nu>
Mon, 15 Jun 2015 03:15:11 +0000 (13:15 +1000)
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 <cjihrig@gmail.com>
Revewied-By: Evan Lucas <evanlucas@me.com>
Makefile

index d3b1fcd..51a9506 100644 (file)
--- 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