xctool not working

This commit is contained in:
Lukas Schmidt 2015-09-19 20:32:25 +02:00
parent 30c1a4df97
commit 9c16ffade8

View File

@ -5,7 +5,7 @@ osx_image: xcode7
before_install: before_install:
- brew update - brew update
- brew outdated xctool || brew upgrade xctool - brew outdated xctool || brew upgrade xctool
script: xctool -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-iOS -sdk iphonesimulator build test CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO script: xcodebuild -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-iOS -sdk iphonesimulator build test CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
before_install: cd Socket.IO-Test-Server/ && npm install && cd .. before_install: cd Socket.IO-Test-Server/ && npm install && cd ..
install: node Socket.IO-Test-Server/main.js & install: node Socket.IO-Test-Server/main.js &
cache: cache: