don't need this
This commit is contained in:
parent
bd5e2db98a
commit
39135c089b
@ -7,7 +7,7 @@ before_install:
|
|||||||
- npm install
|
- npm install
|
||||||
- cd ..
|
- cd ..
|
||||||
install: node Socket.IO-Test-Server/main.js &
|
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:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- Socket.IO-Test-Server/node_modules
|
- Socket.IO-Test-Server/node_modules
|
||||||
|
|||||||
@ -44,6 +44,7 @@ class SocketNamespaceEmitTest: AbstractSocketTest {
|
|||||||
SocketTestCases.testBinary(socketEmit)
|
SocketTestCases.testBinary(socketEmit)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
func testArray() {
|
func testArray() {
|
||||||
SocketTestCases.testArray(socketEmit)
|
SocketTestCases.testArray(socketEmit)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user