diff options
| author | TitanSnow <[email protected]> | 2017-05-14 13:54:34 +0800 |
|---|---|---|
| committer | TitanSnow <[email protected]> | 2017-05-14 13:54:34 +0800 |
| commit | 27c9ad9f79c1ed166dd789b2ef76ccf47a2f8925 (patch) | |
| tree | 906138b017db303632099178fdc158519ad6258c | |
| parent | 3895b38f27e6ce50eb747a1ee864467f3c92f066 (diff) | |
use $(which xmake) to find xmake path
| -rw-r--r-- | .travis.yml | 2 |
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: |
