Created
August 6, 2014 13:25
-
-
Save mefellows/fda8cfbd7e58c7799799 to your computer and use it in GitHub Desktop.
Travis CI - Encrypt Credentials Example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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