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: #1965
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Revewied-By: Evan Lucas <evanlucas@me.com>
  • Loading branch information
jbergstroem committed Jun 15, 2015
1 parent 1ec53c0 commit 8d8a26e
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 8d8a26e

Please sign in to comment.