Go back to straight xcodebuild

This commit is contained in:
Erik 2017-05-07 10:01:45 -04:00
parent 1c1eb3d08d
commit 77034a46fe
No known key found for this signature in database
GPG Key ID: 4930B7C5FBC1A69D

View File

@ -9,5 +9,5 @@ branches:
before_install:
- brew update
- brew outdated xctool || brew upgrade xctool
script: xctool -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-MacTests run-tests --parallelize
#script: xcodebuild -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-Mac build test
#script: xctool -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-Mac run-tests --parallelize
script: xcodebuild -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-Mac build test