Skip to content

Instantly share code, notes, and snippets.

@mrdekk
Created May 15, 2016 15:00
Show Gist options
  • Save mrdekk/1088a2799c4d9b07f9a993e73d7c1d68 to your computer and use it in GitHub Desktop.
Save mrdekk/1088a2799c4d9b07f9a993e73d7c1d68 to your computer and use it in GitHub Desktop.
travis
``` 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