mirror of
https://github.com/minetest/minetest.git
synced 2024-11-27 01:53:45 +01:00
Run luacheck in travis
This commit is contained in:
parent
27ce6d0ecc
commit
51b4ddc4c9
15
.travis.yml
15
.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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user