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
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
dist: trusty
sudo: false
git:
depth: 3
addons:
Expand All @@ -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.

file_glob: true
file:
- ./*.jar
skip_cleanup: true
prerelease: true
cleanup: false
on:
tags: true
edge: true