diff --git a/.travis.yml b/.travis.yml index 36d71ef..5473d28 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/SocketIO-iOSTests/SocketNamespaceEmitTest.swift b/SocketIO-iOSTests/SocketNamespaceEmitTest.swift index 9573a64..b5184d8 100644 --- a/SocketIO-iOSTests/SocketNamespaceEmitTest.swift +++ b/SocketIO-iOSTests/SocketNamespaceEmitTest.swift @@ -44,6 +44,7 @@ class SocketNamespaceEmitTest: AbstractSocketTest { SocketTestCases.testBinary(socketEmit) } + func testArray() { SocketTestCases.testArray(socketEmit) }