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 9a39524 commit 1a48adbCopy full SHA for 1a48adb
.travis.yml
@@ -3,7 +3,7 @@ xcode_project: Socket.IO-Client-Swift.xcodeproj # path to your xcodeproj folder
3
xcode_scheme: SocketIO-iOS
4
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
6
-before_install: cd Socket.IO-Test-Server/ && npm install
+before_install: cd Socket.IO-Test-Server/ && npm install && cd ..
7
install: node Socket.IO-Test-Server/main.js
8
cache:
9
directories:
0 commit comments