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
285 B
YAML
Raw Normal View History

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