summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTitanSnow <[email protected]>2017-05-14 13:54:34 +0800
committerTitanSnow <[email protected]>2017-05-14 13:54:34 +0800
commit27c9ad9f79c1ed166dd789b2ef76ccf47a2f8925 (patch)
tree906138b017db303632099178fdc158519ad6258c
parent3895b38f27e6ce50eb747a1ee864467f3c92f066 (diff)
use $(which xmake) to find xmake path
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 38bb9b311..38017eae1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,7 +26,7 @@ script:
- echo 'require("luacov")' > tmp
- cat xmake/core/_xmake_main.lua >> tmp
- mv tmp xmake/core/_xmake_main.lua
- - cp core/build/xmake ~/bin
+ - cp core/build/xmake $(which xmake)
- tests/tests
after_success: