Skip to content

Commit

Permalink
Try to deploy executable in GitHub as a draft release via Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokosi committed Feb 27, 2019
1 parent e7a6d39 commit 49415aa
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,17 @@ services:
- docker

before_deploy:
- ./generate-executable.sh
- ./generate-executable.sh

deploy:
api_key: $GITHUB_OAUTH_TOKEN
file: "./pullpitoK"
provider: releases
skip_cleanup: true
draft: true
on:
repo: nicokosi/pullpitoK
branches:
only:
- master
- graalvm-test-deploy

0 comments on commit 49415aa

Please sign in to comment.