From 8e0b3294b9d51ac3e648072152334398bc21cc11 Mon Sep 17 00:00:00 2001 From: Thomas Harning Jr Date: Wed, 13 Apr 2016 01:44:38 -0400 Subject: [PATCH] travis: attempt downgrading luacov to 0.9.1 to fix line stats --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 93e38cb..98e204f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,7 +43,7 @@ before_install: - pip install hererocks - hererocks here -r $LUAROCKS --$LUA - export PATH=$(pwd)/here/bin:$PATH - - luarocks install luacov + - luarocks install luacov 0.9.1 - luarocks install lunitx - luarocks install luafilesystem - luarocks install lpeg $LPEG -- 2.11.4.GIT