Skip to content

Commit 5b6b36a

Browse files
author
Lukas Schmidt
committed
travis test
1 parent 198f24c commit 5b6b36a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ language: objective-c
22
xcode_project: Socket.IO-Client-Swift.xcodeproj # path to your xcodeproj folder
33
xcode_scheme: SocketIO-iOS
44
osx_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

SocketIO-iOSTests/AbstractSocketTest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import XCTest
1010

1111
class 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!

0 commit comments

Comments
 (0)