moonscript/.travis.yml

12 lines
398 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
2015-09-27 03:12:52 +00:00
- echo 'rocks_servers = { "http://luarocks.org" }' > ~/.luarocks/config.lua
2015-09-27 03:15:36 +00:00
- sudo luarocks install https://luarocks.org/manifests/olivine-labs/busted-2.0.rc7-0.rockspec
2015-09-27 03:12:52 +00:00
- sudo luarocks install https://raw.githubusercontent.com/leafo/loadkit/master/loadkit-dev-1.rockspec
2014-06-17 07:33:52 +00:00
- sudo luarocks make
script: busted