From b2d625ce58443cfa13a6bbf35183add6c4098f37 Mon Sep 17 00:00:00 2001 From: Roy Marmelstein Date: Wed, 15 Mar 2017 09:15:18 +0100 Subject: [PATCH] Fix Travis --- .travis.yml | 2 +- build.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5a11eaa..fc3b6a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -osx_image: xcode8.2 +osx_image: xcode8.0 language: objective-c env: global: diff --git a/build.sh b/build.sh index f47c82a..e1a3cae 100755 --- a/build.sh +++ b/build.sh @@ -1,8 +1,8 @@ #!/bin/bash # **** Update me when new Xcode versions are released! **** -PLATFORM="platform=iOS Simulator,OS=10.1,name=iPhone 7" -SDK="iphonesimulator10.1" +PLATFORM="platform=iOS Simulator,OS=10.0,name=iPhone 7" +SDK="iphonesimulator10.0" # It is pitch black. -- 2.26.2