Travis: use cluacov for improved performance

Closes https://github.com/awesomeWM/awesome/pull/1964.
This commit is contained in:
Daniel Hahler 2017-08-09 17:46:47 +02:00
parent 3cf09b1b48
commit 2effc8e8df
1 changed files with 1 additions and 1 deletions

View File

@ -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.