1 parent 2754af3 commit f9a96d5Copy full SHA for f9a96d5
2 files changed
.travis.yml
@@ -2,7 +2,7 @@ language: objective-c
2
cache:
3
- bundler
4
- cocoapods
5
-osx_image: xcode8
+osx_image: xcode8.1
6
git:
7
depth: 10
8
before_install:
build.sh
@@ -1,8 +1,8 @@
1
#!/bin/bash
# **** Update me when new Xcode versions are released! ****
-PLATFORM="platform=iOS Simulator,OS=10.0,name=iPhone 7"
-SDK="iphonesimulator10.0"
+PLATFORM="platform=iOS Simulator,OS=10.1,name=iPhone 7"
+SDK="iphonesimulator10.1"
# It is pitch black.
0 commit comments