don't need this

This commit is contained in:
Erik 2015-09-25 16:47:30 -04:00
parent bd5e2db98a
commit 39135c089b
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -44,6 +44,7 @@ class SocketNamespaceEmitTest: AbstractSocketTest {
SocketTestCases.testBinary(socketEmit)
}
func testArray() {
SocketTestCases.testArray(socketEmit)
}