summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTitanSnow <[email protected]>2017-05-21 10:35:57 +0800
committerTitanSnow <[email protected]>2017-05-21 10:35:57 +0800
commitee650cd4514fd73a9d75093f7ba92740060be641 (patch)
tree43a9b19b9242dda0401c0007a4ed896ddac29f42
parentf059625a6723ee410c2cd71957ac4402953afece (diff)
add --backtrace to test in .travis.yml
-rw-r--r--.travis.yml2
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