File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,12 @@ 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+ 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
69before_install : cd Socket.IO-Test-Server/ && npm install && cd ..
7- install : node Socket.IO-Test-Server/main.js
10+ install : node Socket.IO-Test-Server/main.js &
811cache :
912 directories :
1013 - Socket.IO-Test-Server/node_modules
You can’t perform that action at this time.
0 commit comments