From 23ca0c331b5983b5eec20d810b8fae33c99d2649 Mon Sep 17 00:00:00 2001 From: TitanSnow Date: Sun, 14 May 2017 13:22:49 +0800 Subject: add command luacov --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c64632b9a..ac3b85454 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,4 +27,5 @@ script: - tests/tests after_success: + - luacov - bash <(curl -s https://codecov.io/bash) -- cgit v1.3.1