Skip to content

Commit e272d08

Browse files
committed
added deploy task
1 parent 9668cdd commit e272d08

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.travis.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,12 @@ script:
77

88
after_success:
99
- ls bin/
10-
- ls -l bin/jar
10+
- ls -l bin/jar
11+
12+
deploy:
13+
provider: releases
14+
api_key: $GITHUB_TOKEN
15+
file: bin/jar/
16+
skip_cleanup: true
17+
on:
18+
tags: true

0 commit comments

Comments
 (0)