Skip to content

Commit

Permalink
ci: add luacheck
Browse files Browse the repository at this point in the history
  • Loading branch information
haorenW1025 committed May 15, 2020
1 parent d01cde2 commit 32bde5c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
language: generic

os:
- linux

before_install:
- sudo apt-get update
- sudo apt-get install
- sudo apt install -y lua5.1 luarocks
- sudo luarocks install luacheck

jobs:
include:
- stage: luacheck
# build plugin first, then run the test from neovim
script: luacheck lua/*
os: linux

git:
depth: 3

0 comments on commit 32bde5c

Please sign in to comment.