travis fix pt. 2

This commit is contained in:
leaf corcoran 2014-07-29 23:14:54 -07:00
parent 64232fef03
commit b7de66f45a

View File

@ -2,7 +2,9 @@ language: c
install: install:
- sudo apt-get install luarocks - sudo apt-get install luarocks
- sudo luarocks install --server=http://rocks.moonscript.org https://rocks.moonscript.org/manifests/olivine-labs/busted-1.11.1-1.rockspec - 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 - sudo luarocks make
script: busted script: busted