classroom/.travis.yml

14 lines
271 B
YAML
Raw Normal View History

2019-07-10 13:31:26 -07:00
language: generic
sudo: false
addons:
apt:
packages:
- luarocks
before_install:
- luarocks install --local luacheck && luarocks install --local busted
script:
- $HOME/.luarocks/bin/luacheck .
- $HOME/.luarocks/bin/busted .
notifications:
email: false