We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab7455 commit 21ac657Copy full SHA for 21ac657
.travis.yml
@@ -2,10 +2,7 @@ language: objective-c
2
xcode_project: Socket.IO-Client-Swift.xcodeproj # path to your xcodeproj folder
3
xcode_scheme: SocketIO-iOS
4
osx_image: xcode7
5
-before_install:
6
- - brew update
7
- - brew outdated xctool || brew upgrade xctool
8
-script: xctool -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-iOS -sdk iphonesimulator build test CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
+script: xcodebuild -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-iOS -sdk iphonesimulator build test CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
9
before_install:
10
install: cd Socket.IO-Test-Server/ && npm install && cd .. && node Socket.IO-Test-Server/main.js &
11
cache:
0 commit comments