We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d87ebfc commit 88652fcCopy full SHA for 88652fc
.travis.yml
@@ -27,11 +27,13 @@ after_success:
27
# Generate Javadocs and report for Coveralls.io
28
- "mvn javadoc:javadoc cobertura:cobertura coveralls:report -DserviceJobId=$TRAVIS_JOB_ID"
29
30
-# RELEASE: Deploy main JAR to GitHub Releases
+# RELEASE: Deploy JARs to GitHub Releases
31
+
32
deploy:
33
provider: releases
34
api-key: $GITHUB_TOKEN
- file: "target/caustic-`cat version.txt`.jar"
35
+ file_glob: true
36
+ file: target/caustic-*.jar
37
skip_cleanup: true
38
on:
39
branch: master
0 commit comments