diff options
| author | TitanSnow <[email protected]> | 2017-05-14 13:22:49 +0800 |
|---|---|---|
| committer | TitanSnow <[email protected]> | 2017-05-14 13:22:49 +0800 |
| commit | 23ca0c331b5983b5eec20d810b8fae33c99d2649 (patch) | |
| tree | 2b5af6a9dd75064414d23254f90b054d2dc23e57 | |
| parent | 93531f59a161245d4e9481eb1268b5c73f6ad1f3 (diff) | |
add command luacov
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
