1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
# Based on https://github.com/mpeterv/hererocks language: python sudo: false env: - LUA="lua 5.3" install: - pip install hererocks - hererocks env --$LUA -rlatest - source env/bin/activate - luarocks install luacheck script: - luacheck *.lua branches: only: - master