Commit b2d625ce authored by Roy Marmelstein's avatar Roy Marmelstein

Fix Travis

parent a9dacdfe
osx_image: xcode8.2
osx_image: xcode8.0
language: objective-c
env:
global:
......
#!/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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment