diff options
| author | TitanSnow <[email protected]> | 2017-05-21 11:36:49 +0800 |
|---|---|---|
| committer | TitanSnow <[email protected]> | 2017-05-21 11:36:49 +0800 |
| commit | e78350a94d63e5c220b22277368a77c374287ff2 (patch) | |
| tree | de9c81bc76a26ffb592d5ef412744aaf2489ff25 | |
| parent | 147e73b642ad93e7d42f1ecfaf780bf89637efbd (diff) | |
fix path spliter
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index c16518024..984917316 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) - - xmake lua --backtrace tests\test.lua + - xmake lua --backtrace tests/test.lua after_success: - luacov |
