mirror of
https://github.com/kikito/middleclass.git
synced 2024-11-25 02:44:20 +00:00
13 lines
178 B
YAML
13 lines
178 B
YAML
language: erlang
|
|
|
|
env:
|
|
- LUA=""
|
|
- LUA="luajit"
|
|
|
|
install:
|
|
- sudo apt-get install luajit
|
|
- sudo apt-get install luarocks
|
|
- sudo luarocks install busted
|
|
|
|
script: "busted"
|