We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36ebc3a commit 1bd34d9Copy full SHA for 1bd34d9
.travis.yml
@@ -18,3 +18,7 @@ cache:
18
- '$HOME/.sonar/cache'
19
after_success:
20
- mvn coveralls:report
21
+deploy:
22
+ provider: bintray
23
+ user: $BINTRAY_USER
24
+ key: $BINTRAY_KEY
0 commit comments