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
PORT-PR-URL: #2101
PORT-FROM: 8d8a26e
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Revewied-By: Evan Lucas <evanlucas@me.com>
  • Loading branch information
jbergstroem authored and Fishrock123 committed Jul 3, 2015
1 parent c5d1ec7 commit e52e990
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 e52e990

Please sign in to comment.