cron.lua/.travis.yml

13 lines
181 B
YAML
Raw Normal View History

2013-01-02 00:50:33 +00:00
language: erlang
env:
- LUA=""
- LUA="luajit"
install:
- sudo apt-get install luajit
- sudo apt-get install luarocks
2013-09-25 22:12:43 +00:00
- sudo luarocks install busted
2013-01-02 00:50:33 +00:00
2013-10-14 08:19:42 +00:00
script: "busted -v"