We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ce6d0 commit 51b4ddcCopy full SHA for 51b4ddc
.travis.yml
@@ -20,6 +20,20 @@ matrix:
20
- ubuntu-toolchain-r-test
21
- llvm-toolchain-trusty-7
22
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
+
37
- env: CLANG_TIDY=clang-tidy-7
38
compiler: clang
39
os: linux
@@ -100,4 +114,3 @@ matrix:
100
114
sources: &sources
101
115
102
116
103
-
0 commit comments