Skip to content

Commit 88652fc

Browse files
committed
Update Travis-CI config for GitHub releases
1 parent d87ebfc commit 88652fc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,13 @@ after_success:
2727
# Generate Javadocs and report for Coveralls.io
2828
- "mvn javadoc:javadoc cobertura:cobertura coveralls:report -DserviceJobId=$TRAVIS_JOB_ID"
2929

30-
# RELEASE: Deploy main JAR to GitHub Releases
30+
# RELEASE: Deploy JARs to GitHub Releases
31+
3132
deploy:
3233
provider: releases
3334
api-key: $GITHUB_TOKEN
34-
file: "target/caustic-`cat version.txt`.jar"
35+
file_glob: true
36+
file: target/caustic-*.jar
3537
skip_cleanup: true
3638
on:
3739
branch: master

0 commit comments

Comments
 (0)