diff --git a/.travis.yml b/.travis.yml index a3419c32..8f1286f9 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.