Skip to content
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.

Commit

Permalink
Fix travis issue leading to failing builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxwell Elliott committed Mar 6, 2017
1 parent c8bbd34 commit 0e3d9ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -2,13 +2,13 @@
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage

osx_image: xcode8
osx_image: xcode8.2
language: objective-c
podfile: Example/Podfile
before_install:
- gem install cocoapods
- pod repo update
- pod install --project-directory=Example
script:
- set -o pipefail && xcodebuild test -workspace Example/Ohana.xcworkspace -scheme TravisCIScheme -sdk iphonesimulator10.0 -destination "OS=10.0,name=iPhone 7" ONLY_ACTIVE_ARCH=NO | xcpretty
- set -o pipefail && xcodebuild test -workspace Example/Ohana.xcworkspace -scheme TravisCIScheme -sdk iphonesimulator10.2 -destination "id=E40727B3-41FB-4D6E-B4CB-BFA87109EB12" ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint

0 comments on commit 0e3d9ae

Please sign in to comment.