Skip to content
This repository has been archived by the owner on Dec 12, 2020. It is now read-only.

chore(travis): update config #117

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

chore(travis): update config #117

wants to merge 2 commits into from

Conversation

xeruf
Copy link
Owner

@xeruf xeruf commented May 28, 2020

Travis builds currently fail for tags, see for example https://travis-ci.com/github/xerus2000/monsterutilities/builds/161283218

I am now trying to fix that, but I'm not very far yet...
@defvs feel free to pick this up, as you have done the recent releases

@defvs defvs marked this pull request as draft June 19, 2020 22:51
@defvs
Copy link
Collaborator

defvs commented Jun 23, 2020

You need to define $GHTOKEN for it to work. That's the issue.

@defvs
Copy link
Collaborator

defvs commented Jun 23, 2020

Add this token (more info https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line) to your repository settings in the Travis website.

@defvs
Copy link
Collaborator

defvs commented Jun 23, 2020

I added the token myself; build passes now.

@defvs defvs marked this pull request as ready for review June 23, 2020 12:34
@defvs defvs self-requested a review June 23, 2020 12:35
@@ -23,10 +22,11 @@ script:

deploy:
provider: releases
api_key: "$GH_TOKEN"
token: "$GH_TOKEN"
file: ./*.jar
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't look like the file is found on deploy when I ran the build. Needs more testing.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants