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

11 lines
292 B
YAML
Raw Normal View History

2015-04-05 22:50:20 +02:00
language: erlang
before_install:
- sudo apt-get update -qq
2015-06-02 21:52:42 +02:00
- sudo apt-get install -qq libreadline-dev libconfig-dev libssl-dev lua5.2 liblua5.2-dev libevent-dev make unzip git libjansson-dev python2.7-dev
2015-04-05 22:50:20 +02:00
- ./launch.sh install
script:
- luac -p bot/*.lua
2015-06-08 01:52:08 +02:00
- luac -p plugins/*.lua