Skip to content

Instantly share code, notes, and snippets.

@mefellows
Created August 6, 2014 13:25
Show Gist options
  • Save mefellows/fda8cfbd7e58c7799799 to your computer and use it in GitHub Desktop.
Save mefellows/fda8cfbd7e58c7799799 to your computer and use it in GitHub Desktop.
Travis CI - Encrypt Credentials Example
travis encrypt BINTRAY_API_KEY=SOMEAPIKEYh3h3h3h3h3h3hmyusername --add
travis encrypt BINTRAY_USER="mybintrayusername" --add
travis encrypt SONATYPE_USER="mynexususername" --add
travis encrypt SONATYPE_PASS="mynexuspass" --add
travis encrypt COVERALLS_REPO_TOKEN=myapitokenmd5hash --add
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment