Skip to content

Commit

Permalink
travis snapshot builds
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Mar 3, 2020
1 parent e7b8ec1 commit 3d1866b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ branches:
- master
- "2.10"

# Below this line is configuration for deploying to the Sonatype OSS repo
# https://knowm.org/configure-travis-ci-to-deploy-snapshots/

before_install: "git clone -b travis `git config --get remote.origin.url` target/travis"
after_success: "mvn deploy --settings target/travis/settings.xml"

env:
global:
- secure: "WRMNTeyn3OIz5itsU3wzRd+QP8NNw/gvTOGqIA2wjmiNVNUVSYDL6Xk1tYYuawS2qiafaaMrEMPdFrjh1P8rsh6HRzlE7KEbHlmeYzNECvYjv7g1F42LgG5wb4kizR5BowyZbUykgys8uK7EVTrFTWXZdZOnibdhKMCyVQNfoE2imuUV3O0LnXWCNRCy2AQ4l6+ikD43uTSeunOfsJ++8sO1egiKpRE0V/P2G2Q1v7M2rNItntQkcGYAKYv+fL0WbQoW4IrpqHI+PGV95TXDIAYkC89Av6vcNJz9RLWMqp5LxWr6r7ZU/ZF/ihuAoYc78SrUB4Cp/t9nHUTwtr7bP7pmxTr/8ROxxB8obXZPRTdQhucb7l8U5sxM6Rlm+s0sT/IT56UW1kps5R6b9uyMDMAQBtCQEvhT1ab+5r/QTDa+81xbL6Kv2/dS2s6FwAg/xXlZj1/LSIUG/HlcS7/TYABvTlwSaaXYmEa6OPgEVXnZjRFY0BaTw4OmR6/KLUVkCh6fhkqE8G8MZj+ETBp2+Z8nZy4dqzHcwkr8PUyZvatcdvfwKSFdE4UFBuc22cOaO+uyupwdPbRQDhTZ2saZ6CtSZXdApwZxGIQv1rLl4iTIgrW6C2bOp5vznOkvIDQZ9SRSIJwagkgikWPMPnOjreJFFKLk5TJsifSRvsDdONM="
Expand Down

0 comments on commit 3d1866b

Please sign in to comment.