moonscript/.travis.yml
2014-07-29 23:14:54 -07:00

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