diff options
| author | TitanSnow <[email protected]> | 2017-05-20 08:22:04 +0800 |
|---|---|---|
| committer | TitanSnow <[email protected]> | 2017-05-20 08:22:04 +0800 |
| commit | e0be61b29d1d88ad7daa5f876faaf296e5935f9c (patch) | |
| tree | ee7d58e90a205c633d8d208c217525a5a164d74e | |
| parent | ce27b8d4dfae08a01f473e7a5cfbb94f6e79c967 (diff) | |
specify statsfile's path
to avoid multi statsfile and not found
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index d3597c887..15dd1eb0d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ script: - xmake -P core - export XMAKE_PROGRAM_DIR=$PWD/xmake - core/build/xmake lua versioninfo - - echo 'require("luacov")' > tmp + - echo "require('luacov.runner').init({['statsfile']='$PWD/luacov.stats.out',['reportfile']='$PWD/luacov.report.out'})" > tmp - cat xmake/core/_xmake_main.lua >> tmp - mv tmp xmake/core/_xmake_main.lua - cp core/build/xmake $(which xmake) || sudo cp core/build/xmake $(which xmake) |
