Update Travis.
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user