Skip to content

Commit

Permalink
Merge pull request #204 from vineetchoudhary/develop
Browse files Browse the repository at this point in the history
Update .travis.yml to support Xcode 12
  • Loading branch information
vineetchoudhary authored Oct 2, 2020
2 parents a43927a + 130d8e3 commit 04bfb22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: objective-c
xcode_project: AppBox.xcworkspace
osx_image: xcode11
osx_image: xcode12
xcode_scheme: AppBox
script:
- xcodebuild clean build -workspace AppBox.xcworkspace -scheme AppBox CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty

0 comments on commit 04bfb22

Please sign in to comment.