Skip to content

Commit b65b63a

Browse files
committed
Merge branch 'master' into development
* master: change travis config
2 parents c9b6044 + 87c86f8 commit b65b63a

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.travis.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,9 @@ language: objective-c
22
xcode_project: Socket.IO-Client-Swift.xcodeproj # path to your xcodeproj folder
33
xcode_scheme: SocketIO-iOS
44
osx_image: xcode7.3
5-
before_install:
6-
- cd Socket.IO-Test-Server/
7-
- npm install
8-
- cd ..
5+
branches:
6+
only:
7+
- master
8+
- development
99
install: node Socket.IO-Test-Server/main.js &
1010
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

Comments
 (0)