Skip to content

Commit

Permalink
Run luacheck in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenwardy authored and sfan5 committed Dec 7, 2019
1 parent 27ce6d0 commit 51b4ddc
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down Expand Up @@ -100,4 +114,3 @@ matrix:
sources: &sources
- ubuntu-toolchain-r-test
- llvm-toolchain-trusty-7

0 comments on commit 51b4ddc

Please sign in to comment.