Skip to content

Commit 04bfb22

Browse files
Merge pull request #204 from vineetchoudhary/develop
Update .travis.yml to support Xcode 12
2 parents a43927a + 130d8e3 commit 04bfb22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: objective-c
22
xcode_project: AppBox.xcworkspace
3-
osx_image: xcode11
3+
osx_image: xcode12
44
xcode_scheme: AppBox
55
script:
66
- xcodebuild clean build -workspace AppBox.xcworkspace -scheme AppBox CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty

0 commit comments

Comments
 (0)