mirror of
https://github.com/leafo/moonscript.git
synced 2025-01-09 00:04:22 +00:00
9 lines
128 B
YAML
9 lines
128 B
YAML
|
language: c
|
||
|
|
||
|
install:
|
||
|
- sudo apt-get install luarocks
|
||
|
- sudo luarocks install busted
|
||
|
- sudo luarocks make
|
||
|
|
||
|
script: busted
|