diff options
| author | ruki <[email protected]> | 2019-08-15 23:57:32 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-08-15 23:57:32 +0800 |
| commit | a6c09032d92f2b42f5e1403149aca05c32affc98 (patch) | |
| tree | 3325a49782cc33ce168c79001661927a5958d469 | |
| parent | 28654b40d2095cb6f5eac816468c235849c1e1fe (diff) | |
Update .travis.yml
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index dce6e1ce3..245843c59 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ 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 + - scripts/makeself/build-runfile.sh bzip2 - ls -l scripts/makeself/xmake.bz2.run - scripts/makeself/xmake.bz2.run --info |
