summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohan Bergström <bugs@bergstroem.nu>2015-06-13 12:25:35 +1000
committerJohan Bergström <bugs@bergstroem.nu>2015-06-15 13:15:11 +1000
commit8d8a26e8f7b4e65191af80d94bccada2217cbbb2 (patch)
tree29e798a001d3fc7bcde22b33bdd509d0e94d3c25 /Makefile
parent1ec53c044d2f9d929192dc3d5ededff11d328f63 (diff)
downloadandroid-node-v8-8d8a26e8f7b4e65191af80d94bccada2217cbbb2.tar.gz
android-node-v8-8d8a26e8f7b4e65191af80d94bccada2217cbbb2.tar.bz2
android-node-v8-8d8a26e8f7b4e65191af80d94bccada2217cbbb2.zip
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 <cjihrig@gmail.com> Revewied-By: Evan Lucas <evanlucas@me.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d3b1fcd5c7..51a950668d 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