mirror of
https://github.com/leafo/moonscript.git
synced 2024-11-22 02:44:23 +00:00
11 lines
309 B
YAML
11 lines
309 B
YAML
language: c
|
|
|
|
install:
|
|
- sudo apt-get install luarocks
|
|
- mkdir -p ~/.luarocks
|
|
- echo 'rocks_servers = { "http://rocks.moonscript.org" }' > ~/.luarocks/config.lua
|
|
- sudo luarocks install https://rocks.moonscript.org/manifests/olivine-labs/busted-1.11.1-1.rockspec
|
|
- sudo luarocks make
|
|
|
|
script: busted
|