From e4e6077f5b2b706c4456e118926a42bbc4c6a01a Mon Sep 17 00:00:00 2001 From: michael starke Date: Mon, 29 May 2017 23:23:11 +0200 Subject: [PATCH] using after_success instead of before_deploy --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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