diff --git a/.travis.yml b/.travis.yml index da1c05f6..3307ae26 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,3 +7,14 @@ before_install: - carthage bootstrap --platform Mac script: xcodebuild clean && xcodebuild build -configuration release -project MacPass.xcodeproj -scheme MacPass CODE_SIGNING_REQUIRED=NO + +deploy: + skip_cleanup: true + provider: releases + api_key: + secure: AEb7fgi29S3aXFt5bXz+lq1KHISumny6bf4j06JBC5gUrSs+dW0/tmVFq68XRAqigeOQU31wwv20f7OHiy+GRYDXM2xBsX9ZBQ2IilnaXlDy/mPsNcJJJsZ2gyodi3KnU0rZtTb93me2YyU86H4Na/gtaZZUKjLwCFtGGziExD8= + file: MacPass.zip + on: + tags: true + repo: mstarke/MacPass + branch: continuous \ No newline at end of file