# clone the repo
git clone [email protected]:MediaIQ/notification-utils.git
# publish artifacts locally
sbt publishLocal
Refer to sample-service
project
travis encrypt "<token>" --add notifications.slack
travis encrypt CODACY_PROJECT_TOKEN=<codacy-project-token> --add env
travis encrypt SLACK_WEBHOOK=<slack-webhook-url> --add env
travis encrypt SLACK_BOT_TOKEN=<slack-bot-token> --add env
travis encrypt SLACK_CHANNEL_ID=<sender-email-token> --add env
travis encrypt SLACK_USER_EMAIL=<sender-email-token> --add env
travis encrypt SENDER_EMAIL=<sender-email> --add env
travis encrypt SENDER_EMAIL_TOKEN=<sender-email-token> --add env