Skip to content

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanzilla committed Apr 16, 2019
1 parent 296e623 commit 84e241e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
language: minimal

addons:
apt:
packages:
- luarocks

git:
depth: 100

install: luarocks install --local luacheck

script: /home/travis/.luarocks/bin/luacheck . --no-color -qo "011"

notifications:
email:
on_failure: always
on_success: never

0 comments on commit 84e241e

Please sign in to comment.