Skip to content

Commit

Permalink
Set up Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinou committed Mar 6, 2019
1 parent 3da5fbd commit 19e060c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: generic

addons:
apt:
packages:
- luarocks

install:
- pyenv global 3.6.3
- pip3 install --user pre-commit
- luarocks install --local luacheck

script:
- $HOME/.local/bin/pre-commit run --all-files
- $HOME/.luarocks/bin/luacheck .

0 comments on commit 19e060c

Please sign in to comment.