Skip to content

Commit

Permalink
Adds missing license skip from openzipkin#1513
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Cole committed Feb 2, 2017
1 parent a5a84ed commit 6a0d6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -179,5 +179,5 @@ elif is_travis_branch_master; then
elif build_started_by_tag; then
safe_checkout_master
# skip license on travis due to #1512
./mvnw --batch-mode -s ./.settings.xml -Prelease -nsu -DreleaseVersion="$(release_version)" -Darguments="-DskipTests -Dlicense.skip=true" release:prepare
./mvnw --batch-mode -s ./.settings.xml -Prelease -nsu -DreleaseVersion="$(release_version)" -Darguments="-DskipTests -Dlicense.skip=true" release:prepare -Dlicense.skip=true
fi

0 comments on commit 6a0d6e7

Please sign in to comment.