Skip to content

Commit

Permalink
Merge pull request #5 from RxSwiftCommunity/develop
Browse files Browse the repository at this point in the history
Changes for .travis.yml to use later environment
  • Loading branch information
sergdort committed Apr 27, 2016
2 parents c3d9aeb + 7eb2a7f commit 9a2f268
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
# * https://github.com/supermarin/xcpretty#usage

language: objective-c
osx_image: xcode7.2
xcode_sdk: iphonesimulator9.0
osx_image: xcode7.3
xcode_sdk: iphonesimulator9.3
# cache: cocoapods
#podfile: Example/Podfile
#before_install:
#- gem install cocoapods # Since Travis is not always on latest version
#- pod install --project-directory=Example
before_install:
- gem install cocoapods # Since Travis is not always on latest version
- pod install --project-directory=Example
script:
- xctool test -workspace Example/RxSegue.xcworkspace -scheme RxSegue-Example -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO
#- pod lib lint

0 comments on commit 9a2f268

Please sign in to comment.