mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-02-05 07:51:13 +00:00
TravisCI: remove xcode7.3 on DPL mac build
This commit is contained in:
parent
14cd6c1b48
commit
7ad1b3ac6f
1 changed files with 0 additions and 1 deletions
|
@ -269,7 +269,6 @@ matrix:
|
||||||
# Deployer Buildbots - OSX
|
# Deployer Buildbots - OSX
|
||||||
################################
|
################################
|
||||||
- os: 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")
|
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 (branch =~ /^.*deployer.*$/ OR (tag IS present AND env(DPL_TAG_ENABLED) = "1"))
|
||||||
AND env(DPL_TERMINATE_MAIN) != "1"
|
AND env(DPL_TERMINATE_MAIN) != "1"
|
||||||
|
|
Loading…
Reference in a new issue