Skip to content

Commit

Permalink
Bump Xcode version to 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pixeldock committed Jan 19, 2017
1 parent 6bd3a1e commit 7a64207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -2,11 +2,11 @@
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage

osx_image: xcode8
osx_image: xcode8.1
language: objective-c
podfile: Example/Podfile
cache: cocoapods

before_install: travis_wait pod repo update --silent

script: cd Example ; set -o pipefail && xcodebuild -workspace 'RxAppState.xcworkspace' -scheme 'RxAppState-Example' -configuration 'Debug' -sdk iphonesimulator -destination platform='iOS Simulator',OS='10.0',name='iPhone SE' build test | xcpretty -c --test
script: cd Example ; set -o pipefail && xcodebuild -workspace 'RxAppState.xcworkspace' -scheme 'RxAppState-Example' -configuration 'Debug' -sdk iphonesimulator -destination platform='iOS Simulator',OS='10.1',name='iPhone SE' build test | xcpretty -c --test

0 comments on commit 7a64207

Please sign in to comment.