Skip to content

Commit 9c16ffa

Browse files
author
Lukas Schmidt
committed
xctool not working
1 parent 30c1a4d commit 9c16ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ osx_image: xcode7
55
before_install:
66
- brew update
77
- brew outdated xctool || brew upgrade xctool
8-
script: xctool -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-iOS -sdk iphonesimulator build test CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
8+
script: xcodebuild -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-iOS -sdk iphonesimulator build test CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
99
before_install: cd Socket.IO-Test-Server/ && npm install && cd ..
1010
install: node Socket.IO-Test-Server/main.js &
1111
cache:

0 commit comments

Comments
 (0)