Skip to content

Commit bf85af7

Browse files
committed
Update CI to use Xcode 12
1 parent e49487e commit bf85af7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
language: objective-c
2-
osx_image: xcode10.2
2+
osx_image: xcode12
33
env:
44
global:
55
- CC_TEST_REPORTER_ID=$CC_TEST_REPORTER_ID
66
before_install:
7-
- gem install cocoapods -v '1.5.0'
7+
- gem install cocoapods -v '1.8.3'
88
install:
99
- brew install swiftlint
1010
- brew install swiftformat

0 commit comments

Comments
 (0)