Skip to content

Commit d262b3f

Browse files
author
Arunav Sanyal
committed
Fixing the travis build for swift 5(Updating the XCode image version
1 parent a29a220 commit d262b3f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
osx_image: xcode9.2
1+
osx_image: xcode10.2
22
language: objective-c
33
rvm: 2.2.2
44
cache: cocoapods
@@ -8,7 +8,7 @@ env:
88
- PROJECT=EZSwiftExtensions.xcodeproj
99

1010
before_install:
11-
- gem install cocoapods --pre --no-rdoc --no-ri --no-document --quiet
11+
- gem install cocoapods --pre --no-document --quiet
1212
- gem install xcpretty
1313
- gem install xcpretty-json-formatter
1414
- brew unlink swiftlint

0 commit comments

Comments
 (0)