don't need this
This commit is contained in:
parent
bd5e2db98a
commit
39135c089b
@ -7,7 +7,7 @@ before_install:
|
||||
- npm install
|
||||
- cd ..
|
||||
install: node Socket.IO-Test-Server/main.js &
|
||||
script: xctool -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-Mac build test CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
|
||||
script: xctool -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-Mac build test
|
||||
cache:
|
||||
directories:
|
||||
- Socket.IO-Test-Server/node_modules
|
||||
|
||||
@ -44,6 +44,7 @@ class SocketNamespaceEmitTest: AbstractSocketTest {
|
||||
SocketTestCases.testBinary(socketEmit)
|
||||
}
|
||||
|
||||
|
||||
func testArray() {
|
||||
SocketTestCases.testArray(socketEmit)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user