From 2effc8e8dfe1bb5d945f4a2f5908a84580243900 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Wed, 9 Aug 2017 17:46:47 +0200 Subject: [PATCH] Travis: use cluacov for improved performance Closes https://github.com/awesomeWM/awesome/pull/1964. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a3419c325..8f1286f9b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -97,7 +97,7 @@ install: # Install dependencies for code coverage testing. - if [ "$DO_COVERAGE" = "" ]; then export DO_COVERAGE=0; fi - - if [ "$DO_COVERAGE" != "0" ]; then sudo luarocks install luacov 0.12.0-1; fi + - if [ "$DO_COVERAGE" != "0" ]; then sudo luarocks install cluacov; fi - if [ "$DO_COVERAGE" = "coveralls" ]; then sudo luarocks install luacov-coveralls; fi # Determine custom version.