Skip to content

Commit

Permalink
build: don't run lint from test-ci
Browse files Browse the repository at this point in the history
Since we will run linting before compiling or testing there's no
need to run it as part of the ci testing.

PR-URL: nodejs#1965
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Revewied-By: Evan Lucas <evanlucas@me.com>
  • Loading branch information
jbergstroem authored and rvagg committed Jul 3, 2015
1 parent 649a3db commit 693a516
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 693a516

Please sign in to comment.