diff options
| -rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 6b29ffd15..0df1414a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,3 +16,8 @@ install: script: - cd ../xmake/core - xmake -v + - sudo cp -v build/xmake /usr/local/share/xmake + - xmake --version + - xmake create test_project + - cd test_project + - xmake |
