Skip to content

Commit b736608

Browse files
author
Mikhail Markin
committed
TravisCI job fixed
Removed --no-rdoc --no-ri options from gem install command as long as these options do not exist and fail this job. osx_image set to xcode11.5 Test device set to iPhone 8
1 parent d8b0b6b commit b736608

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: objective-c
22

3-
osx_image: xcode10.2
3+
osx_image: xcode11.5
44

55
notifications:
66
slack: rxswift:3ykt2Z61f8GkdvhCZTYPduOL
@@ -10,9 +10,9 @@ install: true
1010

1111
env:
1212
- BUILD="brew install swiftlint"
13-
- BUILD="carthage update --platform iOS && pushd Examples && 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"
14-
- 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"
15-
- 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 "
13+
- BUILD="carthage update --platform iOS && pushd Examples && set -o pipefail && (xcodebuild -project Example.xcodeproj -scheme ExampleUITests -configuration Release -destination 'platform=iOS Simulator,name=iPhone 8' test && xcodebuild -project Example.xcodeproj -scheme Example -configuration Release -destination 'platform=iOS Simulator,name=iPhone 8' build) | xcpretty"
14+
- BUILD="carthage update --platform iOS && set -o pipefail && (xcodebuild -project RxDataSources.xcodeproj -scheme Tests -configuration Release -destination 'platform=iOS Simulator,name=iPhone 8' test) | xcpretty"
15+
- BUILD="gem install cocoapods --pre --no-document --quiet; pod repo update && pod lib lint RxDataSources.podspec --verbose && pod lib lint Differentiator.podspec --verbose "
1616
- BUILD="carthage update --platform iOS && carthage build --no-skip-current --platform iOS"
1717
- BUILD="carthage update --platform tvOS && carthage build --no-skip-current --platform tvOS"
1818
- BUILD="swift test"

0 commit comments

Comments
 (0)