mirror of
https://github.com/louisroyer/minetest-toolranks-extras.git
synced 2024-11-05 07:03:47 +01:00
Update .travis.yml
This commit is contained in:
parent
8ee235b096
commit
a0d3b0451e
18
.travis.yml
18
.travis.yml
@ -1,14 +1,18 @@
|
||||
language: python
|
||||
|
||||
install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qqq luarocks
|
||||
- pip3 install pre-commit
|
||||
sudo: false
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- luarocks
|
||||
cache:
|
||||
timeout: 1000
|
||||
directories:
|
||||
- $HOME/.luarocks
|
||||
before_install:
|
||||
- luarocks install --local luacheck
|
||||
|
||||
- pip3 install pre-commit
|
||||
script:
|
||||
- pre-commit run --all-files
|
||||
- $HOME/.luarocks/bin/luacheck .
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
|
Loading…
Reference in New Issue
Block a user