Skip to content

Commit

Permalink
Add pod repo update
Browse files Browse the repository at this point in the history
  • Loading branch information
pixeldock committed Jan 19, 2017
1 parent 942d206 commit ba5837f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ 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

0 comments on commit ba5837f

Please sign in to comment.