Run luacheck in travis

This commit is contained in:
rubenwardy 2019-12-06 22:50:55 +00:00 committed by sfan5
parent 27ce6d0ecc
commit 51b4ddc4c9
1 changed files with 14 additions and 1 deletions

View File

@ -20,6 +20,20 @@ matrix:
- ubuntu-toolchain-r-test
- llvm-toolchain-trusty-7
- name: "Builtin Luacheck"
language: generic
compiler: null
os: linux
sudo: false
addons:
apt:
packages:
- luarocks
before_install:
- luarocks install --local luacheck
script:
- $HOME/.luarocks/bin/luacheck builtin
- env: CLANG_TIDY=clang-tidy-7
compiler: clang
os: linux
@ -100,4 +114,3 @@ matrix:
sources: &sources
- ubuntu-toolchain-r-test
- llvm-toolchain-trusty-7