moonscript/.travis.yml

11 lines
310 B
YAML
Raw Normal View History

2014-06-17 07:33:52 +00:00
language: c
install:
- sudo apt-get install luarocks
2014-07-30 06:14:54 +00:00
- mkdir -p ~/.luarocks
- echo 'rocks_servers = { "http://rocks.moonscript.org" }' > ~/.luarocks/config.lua
2015-03-12 08:22:18 +00:00
- sudo luarocks install https://rocks.moonscript.org/manifests/olivine-labs/busted-2.0.rc7-0.rockspec
2014-06-17 07:33:52 +00:00
- sudo luarocks make
script: busted