Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Latest commit

 

History

History
12 lines (7 loc) · 251 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 251 Bytes

travis-settings

Maven settings for Travis builds. Expects following environment variables:

  • CI_DEPLOY_USERNAME
  • CI_DEPLOY_PASSWORD

These variables must be added as secure values:

travis encrypt 'CI_DEPLOY_USERNAME=username'