We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5623c79 commit 4069b1eCopy full SHA for 4069b1e
.travis.yml
@@ -20,6 +20,6 @@ before_deploy:
20
deploy:
21
- provider: "script"
22
skip_cleanup: true
23
- script: "mvn deploy --settings .bintray/settings.xml"
+ script: "mvn deploy -e -X --settings .bintray/settings.xml"
24
on:
25
tags: true
0 commit comments