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.
2 parents c9b6044 + 87c86f8 commit b65b63aCopy full SHA for b65b63a
.travis.yml
@@ -2,12 +2,9 @@ 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.3
5
-before_install:
6
- - cd Socket.IO-Test-Server/
7
- - npm install
8
- - cd ..
+branches:
+ only:
+ - master
+ - development
9
install: node Socket.IO-Test-Server/main.js &
10
script: xctool -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-Mac build test -parallelize
11
-cache:
12
- directories:
13
- - Socket.IO-Test-Server/node_modules
0 commit comments