diff options
| author | TitanSnow <[email protected]> | 2017-05-21 10:35:57 +0800 |
|---|---|---|
| committer | TitanSnow <[email protected]> | 2017-05-21 10:35:57 +0800 |
| commit | ee650cd4514fd73a9d75093f7ba92740060be641 (patch) | |
| tree | 43a9b19b9242dda0401c0007a4ed896ddac29f42 | |
| parent | f059625a6723ee410c2cd71957ac4402953afece (diff) | |
add --backtrace to test in .travis.yml
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 15dd1eb0d..c16518024 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ script: - 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) - - make test + - xmake lua --backtrace tests\test.lua after_success: - luacov |
