Skip to content

Commit b2d625c

Browse files
committed
Fix Travis
1 parent a9dacdf commit b2d625c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
osx_image: xcode8.2
1+
osx_image: xcode8.0
22
language: objective-c
33
env:
44
global:

build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22

33
# **** Update me when new Xcode versions are released! ****
4-
PLATFORM="platform=iOS Simulator,OS=10.1,name=iPhone 7"
5-
SDK="iphonesimulator10.1"
4+
PLATFORM="platform=iOS Simulator,OS=10.0,name=iPhone 7"
5+
SDK="iphonesimulator10.0"
66

77

88
# It is pitch black.

0 commit comments

Comments
 (0)