Skip to content

Commit

Permalink
.travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
filimo committed Oct 21, 2019
1 parent e1827a5 commit 2c9cf63
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,19 @@ script:
- create-dmg --volname "Application Installer" --hide-extension "Application.app" --app-drop-link 600 185 "ReaderTranslatorMac.dmg" "ReaderTranslatorMac.app/" | xcpretty -c
- find ReaderTranslatorMac *.dmg

branches:
only:
- master
- /v\d+\.\d+[a-z]/

deploy:
- provider: releases
api_key: $GITHUB_TOKEN
file_glob: true
file: ReaderTranslatorMac *.dmg
draft: true
skip_cleanup: true
on:
tags: true
provider: releases
api_key: $GITHUB_TOKEN
file_glob: true
file: ReaderTranslatorMac *.dmg
draft: true
skip_cleanup: true
on:
repo: filimo/ReaderTranslator
tags: true
all_branches: true

0 comments on commit 2c9cf63

Please sign in to comment.