Skip to content

Commit e8fe3cb

Browse files
committed
Updated Travis to branch 7.x and updated gradle publish task
1 parent 6b95170 commit e8fe3cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ matrix:
1515
- ./gradlew build coverage -s -i
1616
after_success:
1717
- 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'
18+
- '[ "$TRAVIS_BRANCH" = "series/7.x" -a "$TRAVIS_PULL_REQUEST" = "false" -a -z "$TRAVIS_TAG" ]
19+
&& ./gradlew publishMavenJavaPublicationToMavenRepository'
2020

2121
allow_failures:
2222
- jdk: openjdk-ea

0 commit comments

Comments
 (0)