fix travis?

This commit is contained in:
leaf corcoran 2015-09-26 20:12:52 -07:00
parent 7f423613d7
commit be0c7d47fc

View File

@ -3,8 +3,9 @@ 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
- echo 'rocks_servers = { "http://luarocks.org" }' > ~/.luarocks/config.lua
- sudo luarocks install https://raw.githubusercontent.com/Olivine-Labs/busted/master/busted-2.0.rc10-0.rockspec
- sudo luarocks install https://raw.githubusercontent.com/leafo/loadkit/master/loadkit-dev-1.rockspec
- sudo luarocks make
script: busted