This is an automated email from the ASF dual-hosted git repository. jdanek pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git
The following commit(s) were added to refs/heads/master by this push: new 4ec348b DISPATCH-1384 Speed up .travis.yml by skipping unittest2 and using xcode11 with MacPorts 4ec348b is described below commit 4ec348b4d9b18ef31e77f01c036d153cfe2b7159 Author: Jiri Danek <jda...@redhat.com> AuthorDate: Thu Mar 12 10:40:17 2020 +0100 DISPATCH-1384 Speed up .travis.yml by skipping unittest2 and using xcode11 with MacPorts --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 86cd8ae..e1a3c23 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,7 +54,7 @@ matrix: - PATH="/usr/bin:$PATH" PROTON_VERSION=0.30.0 BUILD_TYPE=RelWithDebInfo - DISPATCH_CMAKE_ARGS='-DRUNTIME_CHECK=asan' - os: osx - osx_image: xcode10.1 + osx_image: xcode11 env: - PATH="/opt/local/bin:/opt/local/sbin:/usr/local/bin:$PATH" PROTON_VERSION=master before_install: @@ -66,7 +66,6 @@ matrix: - sudo port select --set python3 python37 - python -m venv p3venv - source p3venv/bin/activate - - pip install unittest2 addons: apt: --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org