summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml15
1 files changed, 14 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index bdf3e8d42..cfbed9a6e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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
-