From 51b4ddc4c9a73cdc4b1dcc728c3ba26ef2fc54c9 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Fri, 6 Dec 2019 22:50:55 +0000 Subject: [PATCH] Run luacheck in travis --- .travis.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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 -