File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,5 @@ language: objective-c
22xcode_project : Socket.IO-Client-Swift.xcodeproj # path to your xcodeproj folder
33xcode_scheme : SocketIO-iOS
44osx_image : xcode7
5- script : xcodebuild -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-iOS -sdk iphonesimulator build test CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
5+ script : xcodebuild -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-iOS -sdk iphonesimulator build test CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
6+ before_install : node Socket.IO-Test-Server/main.js
Original file line number Diff line number Diff line change 99import XCTest
1010
1111class AbstractSocketTest : XCTestCase {
12- static let testLocal = false
12+ static let testLocal = true
1313 static let serverURL = AbstractSocketTest . testLocal ? " localhost:6979 " : " milkbartube.com:6979 "
1414 static let TEST_TIMEOUT = 8.0
1515 static var socket : SocketIOClient !
You can’t perform that action at this time.
0 commit comments