diff options
| author | ruki <[email protected]> | 2019-07-22 23:07:23 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-07-22 12:44:24 +0800 |
| commit | de065e129a52e21b96104c897216d8b2b77afba6 (patch) | |
| tree | e23608aebed73bd56fe7c559ec31a85050e18aa4 | |
| parent | 06b91f200e5c2f918624002a8989ddda61389930 (diff) | |
fix ci
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index b08fecf91..dce6e1ce3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,6 +30,6 @@ script: - xmake --version - travis_wait 60 xmake lua -v -D tests/run.lua - scripts/makeself/build-runfile.sh - - ls -l scripts/makeself/xmake.run - - scripts/makeself/xmake.run --info + - ls -l scripts/makeself/xmake.bz2.run + - scripts/makeself/xmake.bz2.run --info |
