Created
May 15, 2016 15:00
-
-
Save mrdekk/1088a2799c4d9b07f9a993e73d7c1d68 to your computer and use it in GitHub Desktop.
travis
This file contains hidden or 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
``` bash | |
$ curl -u <username> -d '{"scopes":["public_repo"],"note":"CI: demosite"}' https://api.github.com/authorizations | |
``` | |
``` bash | |
$ gem install travis | |
``` | |
``` bash | |
$ travis encrypt GIT_NAME=<Your_Name> --add | |
$ travis encrypt GIT_EMAIL=<Your_Email> --add | |
$ travis encrypt GH_TOKEN=<token> --add | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment