Skip to content

Commit 51b4ddc

Browse files
rubenwardysfan5
authored andcommittedDec 7, 2019
Run luacheck in travis
1 parent 27ce6d0 commit 51b4ddc

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed
 

Diff for: ‎.travis.yml

+14-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,20 @@ matrix:
2020
- ubuntu-toolchain-r-test
2121
- llvm-toolchain-trusty-7
2222

23+
- name: "Builtin Luacheck"
24+
language: generic
25+
compiler: null
26+
os: linux
27+
sudo: false
28+
addons:
29+
apt:
30+
packages:
31+
- luarocks
32+
before_install:
33+
- luarocks install --local luacheck
34+
script:
35+
- $HOME/.luarocks/bin/luacheck builtin
36+
2337
- env: CLANG_TIDY=clang-tidy-7
2438
compiler: clang
2539
os: linux
@@ -100,4 +114,3 @@ matrix:
100114
sources: &sources
101115
- ubuntu-toolchain-r-test
102116
- llvm-toolchain-trusty-7
103-

0 commit comments

Comments
 (0)
Please sign in to comment.