From 7a146bf6ac5bca1cfdf34fb822f33aacf05d0671 Mon Sep 17 00:00:00 2001 From: Lukas Schmidt Date: Sat, 19 Sep 2015 20:50:12 +0200 Subject: [PATCH] try using xctool --- .travis.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 533127c..a01af34 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,12 @@ language: objective-c xcode_project: Socket.IO-Client-Swift.xcodeproj # path to your xcodeproj folder xcode_scheme: SocketIO-iOS -osx_image: xcode7 -before_install: - - brew update - - brew outdated xctool || brew upgrade xctool -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 .. +osx_image: xcode7 +before_install: + - cd Socket.IO-Test-Server/ && npm install && cd .. + - brew update + - 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 install: node Socket.IO-Test-Server/main.js & cache: directories: