Skip to content

Commit

Permalink
generate packages and draft GitHub release
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Sep 17, 2018
1 parent 733da8b commit 4378305
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,21 @@ script:

after_failure:
- yarn test:review

after_success:
- yarn run package

deploy:
provider: releases
api_key: $GITHUB_TOKEN
file_glob: true
file:
- ${TRAVIS_BUILD_DIR}/dist/*.yml
- ${TRAVIS_BUILD_DIR}/dist/*.AppImage
- ${TRAVIS_BUILD_DIR}/dist/*.deb
- ${TRAVIS_BUILD_DIR}/dist/*.rpm
skip_cleanup: true
draft: true
tag_name: $TRAVIS_TAG
on:
tags: true

0 comments on commit 4378305

Please sign in to comment.