TravisCI: remove xcode7.3 on DPL mac build

This commit is contained in:
Alam Arias 2019-03-26 21:20:17 -04:00
parent 14cd6c1b48
commit 7ad1b3ac6f
1 changed files with 0 additions and 1 deletions

View File

@ -269,7 +269,6 @@ matrix:
# Deployer Buildbots - OSX
################################
- os: osx
osx_image: xcode7.3
if: env(DPL_ENABLED) = "1" AND (env(_DPL_JOB_ENABLED) = "1" OR env(DPL_JOB_ENABLE_ALL) = "1")
AND (branch =~ /^.*deployer.*$/ OR (tag IS present AND env(DPL_TAG_ENABLED) = "1"))
AND env(DPL_TERMINATE_MAIN) != "1"