This repository has been archived on 2021-04-24. You can view files and clone it, but cannot push or open issues or pull requests.
Mikubot/.travis.yml
2015-04-05 23:01:42 +02:00

11 lines
285 B
YAML

language: erlang
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libreadline-dev libconfig-dev libssl-dev lua5.2 liblua5.2-dev libevent-dev make unzip git
- ./launch.sh install
- ./launch.sh update
script:
- luac -p bot/*.lua
- luac -p plugins/*.lua