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 5b6b36a commit 9a39524Copy full SHA for 9a39524
.travis.yml
@@ -3,4 +3,8 @@ 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: node Socket.IO-Test-Server/main.js
+before_install: cd Socket.IO-Test-Server/ && npm install
7
+install: node Socket.IO-Test-Server/main.js
8
+cache:
9
+ directories:
10
+ - Socket.IO-Test-Server/node_modules
0 commit comments