From 1e7e4017154b2aa9605638b961b56d9c0137753c Mon Sep 17 00:00:00 2001 From: chrox Date: Tue, 3 Mar 2015 18:09:44 +0800 Subject: [PATCH] fix luarocks install --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bdacbd4b2..837e79b58 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,8 @@ before_install: install: - sudo apt-get install libsdl1.2-dev luarocks nasm - - sudo luarocks install busted luacov + - sudo luarocks install busted + - sudo luarocks install luacov - sudo luarocks install luacov-coveralls --server=http://rocks.moonscript.org/dev script: