From 672e3601ed5cbe2d384265a7a40d19090808fc19 Mon Sep 17 00:00:00 2001 From: Lukas Schmidt Date: Mon, 31 Aug 2015 22:39:16 +0200 Subject: [PATCH] next signing tests --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1f45e91..7d5c9b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,5 +2,4 @@ language: objective-c xcode_project: Socket.IO-Client-Swift.xcodeproj # path to your xcodeproj folder xcode_scheme: SocketIO-iOS osx_image: xcode7 -script: - - xcodebuild [DEFAULT_OPTIONS] CODE_SIGNING_REQUIRED=NO \ No newline at end of file +script: xctool -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-iOS build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO \ No newline at end of file