Skip to content

Commit 78f6412

Browse files
ci(travis): rollback xcode build version
BREAKING CHANGE: xcode 11.6 travis build
1 parent 00aa51a commit 78f6412

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ jobs:
88
- stage: Validate Pods
99
script: "./Scripts/pod-lint.sh"
1010
os: osx
11-
osx_image: xcode12.2
11+
osx_image: xcode11.6
1212
- stage: release new version
1313
script: "./Scripts/travis/new-release.sh"
1414
os: osx
15-
osx_image: xcode12.2
15+
osx_image: xcode11.6
1616
if: branch = master AND type = push AND fork = false
1717
- stage: deploy to cocoapods
1818
script: "./Scripts/travis/deploy-to-cocoapods.sh"
1919
os: osx
20-
osx_image: xcode12.2
20+
osx_image: xcode11.6
2121
if: branch = master AND type = push AND fork = false
2222
- stage: publish documentation
2323
script: "./Scripts/travis/publish-documentation.sh"
2424
os: osx
25-
osx_image: xcode12.2
25+
osx_image: xcode11.6
2626
if: branch = master AND type = push AND fork = false

0 commit comments

Comments
 (0)