From fdf2eddc73c8e9eb73824bda31e66d3a137a7943 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Thu, 16 Jan 2020 13:10:52 +0100 Subject: [PATCH] Update Travis. --- .appveyor.yml | 3 ++- .travis.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index fe6491d5..a82710c2 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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: diff --git a/.travis.yml b/.travis.yml index 4491abe6..08bc96b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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