Open dautermann opened 7 years ago
travis currently complains while building pull requests:
0.87s$ xctool -project ota-app/platforms/ios/OTAApplication.xcodeproj -scheme OTAApplication -sdk iphonesimulator8.1 build test ERROR: SDK 'iphonesimulator8.1' doesn't exist. Possible SDKs include: appletvos9.2, iphonesimulator9.3, macosx, watchos, appletvos, appletvsimulator, iphoneos,
so here I'm simply updating travis.yml to specify a new minimum iphonesimulator version for validation.
testing travis again...
First time I opened this PR, the "pr" check passed and the push check didn't. Now both checks aren't passing. I'm trying again.
pr
push
travis currently complains while building pull requests:
so here I'm simply updating travis.yml to specify a new minimum iphonesimulator version for validation.