Fix luacheck installation on Travis
A trivial typo in .travis.yml caused luacheck to never run. Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
ab38876b0d
commit
9dba9bbc90
|
@ -86,7 +86,7 @@ install:
|
|||
# Install busted for "make check-unit".
|
||||
- travis_retry sudo luarocks install busted
|
||||
# Install luacheck for "make check-qa".
|
||||
- if [ "$DO_QUECKQA" = 1 ]; then travis_retry sudo luarocks install luacheck; fi
|
||||
- if [ "$DO_CHECKQA" = 1 ]; then travis_retry sudo luarocks install luacheck; fi
|
||||
|
||||
# Install ldoc for building docs.
|
||||
- travis_retry sudo luarocks install ldoc 1.4.4
|
||||
|
|
Loading…
Reference in New Issue