diff options
| author | TitanSnow <[email protected]> | 2017-05-14 10:57:57 +0800 |
|---|---|---|
| committer | TitanSnow <[email protected]> | 2017-05-14 10:57:57 +0800 |
| commit | 1f94e83178b2f7b09521610c954e3073d8bdd2b5 (patch) | |
| tree | 25feb4ecc2e7fc08396c26cdd38aed1d46868651 | |
| parent | 8d6e895321dc8661189ccd01bcfb9e49eafc5b5a (diff) | |
fix build error
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 08f53a8ba..c64632b9a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ env: - LUA=lua5.1 before_install: + - rm install - source .travis/setenv_lua.sh - luarocks install luacov |
