diff options
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index c7aef4428..700c512d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,4 +29,6 @@ script: - cp core/build/xmake "$XMAKE_PROGRAM_DIR" || sudo cp core/build/xmake "$XMAKE_PROGRAM_DIR" - xmake --version - travis_wait 60 xmake lua -v -D tests/run.lua + - scripts/makeself/build-runfile.sh + - ls -l scripts/makeself/xmake.run |
