Use xcodebuild until xctool is updated
This commit is contained in:
parent
db999a58f2
commit
9d0c03be10
@ -6,4 +6,9 @@ branches:
|
|||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
- development
|
- 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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user