From af7df87ce8ee5b26943ec4d3fed7b0cea7a24200 Mon Sep 17 00:00:00 2001 From: Andreas Kompanez Date: Thu, 18 Feb 2016 13:14:31 +0100 Subject: [PATCH] Updates Xcode for travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 69c094a..1e1cc08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ language: objective-c # cache: cocoapods podfile: Example/Podfile +osx_image: xcode7.2 # before_install: # - gem install cocoapods # Since Travis is not always on latest version # - pod install --project-directory=Example