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 6b95170 commit e8fe3cbCopy full SHA for e8fe3cb
.travis.yml
@@ -15,8 +15,8 @@ matrix:
15
- ./gradlew build coverage -s -i
16
after_success:
17
- bash <(curl -s https://codecov.io/bash)
18
- - '[ "$TRAVIS_BRANCH" = "series/6.x" -a "$TRAVIS_PULL_REQUEST" = "false" -a -z "$TRAVIS_TAG" ]
19
- && ./gradlew uploadArchives'
+ - '[ "$TRAVIS_BRANCH" = "series/7.x" -a "$TRAVIS_PULL_REQUEST" = "false" -a -z "$TRAVIS_TAG" ]
+ && ./gradlew publishMavenJavaPublicationToMavenRepository'
20
21
allow_failures:
22
- jdk: openjdk-ea
0 commit comments