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