Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
leavez committed Dec 19, 2017
1 parent ef64b3d commit 328a9fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage

osx_image: xcode8.3
osx_image: xcode9.2
language: objective-c
cache: cocoapods
# podfile: Example/Podfile
before_install:
# - gem install cocoapods # Since Travis is not always on latest version
- travis_wait pod repo update
#- travis_wait pod repo update
- pod install --project-directory=Example
script:
# - set -o pipefail && xcodebuild test -workspace Example/ComponentSwiftDemo.xcworkspace -scheme ComponentSwiftDemo -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
Expand Down

0 comments on commit 328a9fb

Please sign in to comment.