Use xcodebuild until xctool is updated

This commit is contained in:
Erik 2016-09-09 20:38:33 -04:00
parent db999a58f2
commit 9d0c03be10
No known key found for this signature in database
GPG Key ID: 4930B7C5FBC1A69D

View File

@ -6,4 +6,9 @@ branches:
only:
- master
- development
script: xctool -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-Mac build test -parallelize
- travis-test
before_install:
- brew update
- brew outdated xctool || brew upgrade xctool
# script: xctool -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-Mac build test -parallelize
script: xcodebuild -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-Mac build test