Drop remaining vestiges of $LINT
This got removed in commit 15be883595.
This commit is contained in:
parent
8bdaa90430
commit
a0f5432f4e
2 changed files with 1 additions and 4 deletions
|
|
@ -32,7 +32,7 @@ rm -rf dist
|
|||
%endif
|
||||
|
||||
%build
|
||||
LINT=0 NODE_ENV=production make
|
||||
NODE_ENV=production make
|
||||
|
||||
%install
|
||||
%make_install PREFIX=/usr
|
||||
|
|
|
|||
3
test/run
3
test/run
|
|
@ -8,8 +8,5 @@ TEST_SCENARIO="${TEST_SCENARIO:-}"
|
|||
[ "${TEST_SCENARIO}" = "${TEST_SCENARIO##firefox}" ] || export TEST_BROWSER=firefox
|
||||
export RUN_TESTS_OPTIONS=--track-naughties
|
||||
|
||||
# linters are off by default for production builds, but we want to run them in CI
|
||||
export LINT=1
|
||||
|
||||
make codecheck
|
||||
make check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue