Skip to content

Commit 5458733

Browse files
committed
Fixes CI.
1 parent 81b709c commit 5458733

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,6 +1,6 @@
11
language: objective-c
22

3-
osx_image: xcode9
3+
osx_image: xcode10
44

55
notifications:
66
slack: rxswift:3ykt2Z61f8GkdvhCZTYPduOL
@@ -11,7 +11,7 @@ install: true
1111
env:
1212
- BUILD="pushd Examples && ./dependencies.sh && set -o pipefail && (xcodebuild -project Example.xcodeproj -scheme ExampleUITests -configuration Release -destination 'platform=iOS Simulator,name=iPhone 7' test && xcodebuild -project Example.xcodeproj -scheme Example -configuration Release -destination 'platform=iOS Simulator,name=iPhone 7' build) | xcpretty"
1313
- BUILD="carthage update --platform ios && set -o pipefail && (xcodebuild -project RxDataSources.xcodeproj -scheme Tests -configuration Release -destination 'platform=iOS Simulator,name=iPhone 7' test) | xcpretty"
14-
- BUILD="pod repo update && pod lib lint RxDataSources.podspec --verbose && pod lib lint Differentiator.podspec --verbose "
14+
- BUILD="gem install cocoapods --pre --no-rdoc --no-ri --no-document --quiet; pod repo update && pod lib lint RxDataSources.podspec --verbose && pod lib lint Differentiator.podspec --verbose "
1515
- BUILD="carthage update --platform iOS && carthage build --no-skip-current --platform iOS"
1616
- BUILD="carthage update --platform tvOS && carthage build --no-skip-current --platform tvOS"
1717
- BUILD="swift test"

0 commit comments

Comments
 (0)