From 1cf6efb479808843a1bda47875b38f303a602a03 Mon Sep 17 00:00:00 2001 From: Frederic Jacobs Date: Tue, 7 Oct 2014 08:55:43 +0200 Subject: [PATCH] Updating Travis for iOS 8.0 support //FREEBIE --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f0502d3f9..708dbc93a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,10 @@ +before_install: +- brew update +- brew unlink xctool +- brew install xctool + language: objective-c -xcode_sdk: iphonesimulator7.1 +xcode_sdk: iphonesimulator8.0 install: true xcode_workspace: Signal.xcworkspace xcode_scheme: Signal