Skip to content

Commit f954810

Browse files
author
Fernando Saint-Jean
committed
removing feign-benchmark
1 parent d93201f commit f954810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ if is_pull_request; then
180180
# If we are on master, we will deploy the latest snapshot or release version
181181
# - If a release commit fails to deploy for a transient reason, delete the broken version from bintray and click rebuild
182182
elif is_travis_branch_master; then
183-
./mvnw --batch-mode -s ./.settings.xml -Prelease -nsu -pl -:feign-benchmark -DskipTests -Dgpg.skip=true deploy
183+
./mvnw --batch-mode -s ./.settings.xml -Prelease -nsu -pl -DskipTests -Dgpg.skip=true deploy
184184

185185
# If the deployment succeeded, sync it to Maven Central. Note: this needs to be done once per project, not module, hence -N
186186
if is_release_commit; then

0 commit comments

Comments
 (0)