1
0
mirror of https://github.com/upx/upx.git synced 2025-08-11 22:52:30 +08:00

Update Travis.

This commit is contained in:
Markus F.X.J. Oberhumer
2020-01-16 13:10:52 +01:00
parent 4409753014
commit fdf2eddc73
2 changed files with 3 additions and 2 deletions

View File

@ -105,6 +105,7 @@ test_script:
# now run the UPX testsuite using bash
- cd c:\projects\upx
- bash ./.github/travis_testsuite_1.sh
- bash ./.github/travis_deploy.sh
# info: it seems that ssh is not properly installed/started on the 2019 worker image
- if NOT "%VS_VERSION%"=="2019" ( bash ./.github/travis_deploy.sh )
# vim:set ts=2 sw=2 et:

View File

@ -512,7 +512,7 @@ matrix:
os: osx
osx_image: xcode10.3
compiler: clang
env: C=clang-1000-m64
env: C=clang-1001-m64
- if: env(TB_OS_osx) = 1 AND env(TB_LEVEL) =~ /^[1-9]$/
os: osx