From 667bb03d1128dd7d7f27550495317408d88bb6be Mon Sep 17 00:00:00 2001 From: michael starke Date: Thu, 25 May 2017 00:01:14 +0200 Subject: [PATCH] building release not debug version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 65786343..30d87703 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,4 @@ before_install: - carthage bootstrap --platform Mac xcode_project: MacPass.xcodeproj xcode_scheme: MacPass -script: xcodebuild clean && xcodebuild build -project MacPass.xcodeproj -scheme MacPass CODE_SIGNING_REQUIRED=NO \ No newline at end of file +script: xcodebuild clean && xcodebuild build -configuration release -project MacPass.xcodeproj -scheme MacPass CODE_SIGNING_REQUIRED=NO \ No newline at end of file