Skip to content

Commit

Permalink
Merge pull request #5 from hovaks/version-update
Browse files Browse the repository at this point in the history
Set target 10.0
  • Loading branch information
hovaks authored May 23, 2019
2 parents 3d919b6 + 4a7c9dd commit 5ea5bfd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# * 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
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:
Expand Down
2 changes: 1 addition & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ target 'STDevRxExt_Tests' do
pod 'STDevRxExt', :path => '../'


end
end
2 changes: 1 addition & 1 deletion Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ SPEC CHECKSUMS:
RxSwift: 8b0671caa829a763bbce7271095859121cbd895f
STDevRxExt: 1b62df5fe5ec25219a4bb081fdd57c77094911cb

PODFILE CHECKSUM: 5d70be023f317fb16b0eaeda1fc62dbab0f9267b
PODFILE CHECKSUM: 83769abc0b7bdc83a928dcac34cf2b1154077760

COCOAPODS: 1.7.0

0 comments on commit 5ea5bfd

Please sign in to comment.