mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
Update Travis.
This commit is contained in:
parent
3fa2db8d6f
commit
b52dabe091
3
.github/travis_testsuite_1.sh
vendored
3
.github/travis_testsuite_1.sh
vendored
|
@ -20,6 +20,9 @@ if [[ $BM_T =~ (^|\+)SKIP($|\+) ]]; then
|
||||||
echo "UPX testsuite SKIPPED."
|
echo "UPX testsuite SKIPPED."
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
if [[ $BM_X == rebuild-stubs ]]; then
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
[[ -f $upx_exe ]] && upx_exe=$(readlink -en -- "$upx_exe")
|
[[ -f $upx_exe ]] && upx_exe=$(readlink -en -- "$upx_exe")
|
||||||
|
|
||||||
# create dirs
|
# create dirs
|
||||||
|
|
|
@ -28,6 +28,7 @@ env:
|
||||||
- TRAVIS_EMPTY_JOB_WORKAROUND=true
|
- TRAVIS_EMPTY_JOB_WORKAROUND=true
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
|
fast_finish: true
|
||||||
exclude:
|
exclude:
|
||||||
- env: TRAVIS_EMPTY_JOB_WORKAROUND=true
|
- env: TRAVIS_EMPTY_JOB_WORKAROUND=true
|
||||||
include:
|
include:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user