Fixes #184 - Change min xcode version for Travis CI

This commit is contained in:
Shazron Abdullah 2015-10-12 16:48:41 -07:00
parent 23ea3b7097
commit 7af1a9d79b

View File

@ -4,7 +4,7 @@ var util = require('util');
var os = require('os');
var child_process = require('child_process');
var XCODEBUILD_MIN_VERSION = '6.4';
var XCODEBUILD_MIN_VERSION = '6.0';
var XCODEBUILD_NOT_FOUND_MESSAGE = util.format('Please install Xcode version %s or greater from the Mac App Store.', XCODEBUILD_MIN_VERSION);
var TOOL = 'xcodebuild';