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 30c1a4d commit 9c16ffaCopy full SHA for 9c16ffa
.travis.yml
@@ -5,7 +5,7 @@ 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: cd Socket.IO-Test-Server/ && npm install && cd ..
10
install: node Socket.IO-Test-Server/main.js &
11
cache:
0 commit comments