From b7de66f45a9fd3227f1f37f615754dac86e835c1 Mon Sep 17 00:00:00 2001 From: leaf corcoran Date: Tue, 29 Jul 2014 23:14:54 -0700 Subject: [PATCH] travis fix pt. 2 --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 114ffca..346cc94 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,9 @@ language: c install: - 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 script: busted