diff --git a/.travis.yml b/.travis.yml index c26bbf29..d14e1115 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ language: objective-c before_install: - carthage bootstrap --platform Mac -before_depoly: +after_success: - zip -9r MacPass-continuous.zip ./build/Build/Products/Release/MacPass.app script: xcodebuild clean && xcodebuild build -configuration release -project MacPass.xcodeproj -scheme MacPass CODE_SIGNING_REQUIRED=NO -derivedDataPath ./build