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 9, 2019
1 parent e622c69 commit 9363068
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 9363068

Please sign in to comment.