From ba5837f25b2d3df17e92e2559d0500c2d3ade5ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=CC=88rn=20Schoppe?= Date: Thu, 19 Jan 2017 08:41:59 +0100 Subject: [PATCH] Add pod repo update --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index e26150a..0dc4afc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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