Skip to content

Commit 7a146bf

Browse files
author
Lukas Schmidt
committed
try using xctool
1 parent 0d7d319 commit 7a146bf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
language: objective-c
22
xcode_project: Socket.IO-Client-Swift.xcodeproj # path to your xcodeproj folder
33
xcode_scheme: SocketIO-iOS
4-
osx_image: xcode7
5-
before_install:
6-
- brew update
7-
- brew outdated xctool || brew upgrade xctool
8-
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 ..
4+
osx_image: xcode7
5+
before_install:
6+
- cd Socket.IO-Test-Server/ && npm install && cd ..
7+
- brew update
8+
- brew outdated xctool || brew upgrade xctool
9+
script: xctool -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-iOS -sdk iphonesimulator build test CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
1010
install: node Socket.IO-Test-Server/main.js &
1111
cache:
1212
directories:

0 commit comments

Comments
 (0)