diff --git a/.travis.yml b/.travis.yml index 586b3763..65786343 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,5 @@ language: objective-c before_install: - carthage bootstrap --platform Mac xcode_project: MacPass.xcodeproj -xcode_scheme: MacPass \ No newline at end of file +xcode_scheme: MacPass +script: xcodebuild clean && xcodebuild build -project MacPass.xcodeproj -scheme MacPass CODE_SIGNING_REQUIRED=NO \ No newline at end of file