moonscript/.travis.yml
2015-03-12 11:22:18 +03:00

11 lines
310 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-2.0.rc7-0.rockspec
- sudo luarocks make
script: busted