We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebfa28f commit f41057eCopy full SHA for f41057e
.travis.yml
@@ -2,6 +2,10 @@ language: java
2
dist: trusty
3
jdk: oraclejdk8
4
5
+notifications:
6
+ webhooks: https://www.travisbuddy.com/
7
+ on_success: never
8
+
9
before_deploy:
10
- ./gradlew clean
11
- ./gradlew -Pversion=${TRAVIS_TAG:1} assemble
0 commit comments