diff --git a/.travis.yml b/.travis.yml index 88158ee..8594ab3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ # * http://www.objc.io/issue-6/travis-ci.html # * https://github.com/supermarin/xcpretty#usage -osx_image: xcode10.2 +osx_image: xcode10.2.1 language: swift cache: cocoapods podfile: Example/Podfile @@ -10,7 +10,7 @@ before_install: - gem install cocoapods # Since Travis is not always on latest version - pod install --project-directory=Example --repo-update script: -- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/STDevRxExt.xcworkspace -scheme STDevRxExt-Example -destination 'platform=iOS Simulator,name=iPhone 8,OS=11.2' ONLY_ACTIVE_ARCH=NO | xcpretty +- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/STDevRxExt.xcworkspace -scheme STDevRxExt-Example -destination 'platform=iOS Simulator,name=iPhone 6,OS=10.0' ONLY_ACTIVE_ARCH=NO | xcpretty - pod lib lint --allow-warnings notifications: email: diff --git a/Example/Podfile b/Example/Podfile index 1a81288..09fa44c 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -6,4 +6,4 @@ target 'STDevRxExt_Tests' do pod 'STDevRxExt', :path => '../' -end \ No newline at end of file +end diff --git a/Example/Podfile.lock b/Example/Podfile.lock index e9e88f6..47b564b 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -28,6 +28,6 @@ SPEC CHECKSUMS: RxSwift: 8b0671caa829a763bbce7271095859121cbd895f STDevRxExt: 1b62df5fe5ec25219a4bb081fdd57c77094911cb -PODFILE CHECKSUM: 5d70be023f317fb16b0eaeda1fc62dbab0f9267b +PODFILE CHECKSUM: 83769abc0b7bdc83a928dcac34cf2b1154077760 COCOAPODS: 1.7.0