diff --git a/.travis.yml b/.travis.yml index d7b1b22457..7502716d88 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: objective-c cache: - bundler - cocoapods -osx_image: xcode8 +osx_image: xcode8.1 git: depth: 10 before_install: diff --git a/build.sh b/build.sh index d936cf1760..0c6ed44c77 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.0,name=iPhone 7" -SDK="iphonesimulator10.0" +PLATFORM="platform=iOS Simulator,OS=10.1,name=iPhone 7" +SDK="iphonesimulator10.1" # It is pitch black.