Skip to content

Conversation

AlexanderC
Copy link

No description provided.

Copy link
Collaborator

@rexxars rexxars left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Some tests would be great. Also noted a few minor style issues.

}

function encryptTravisProData (options, callback) {
function encryptTravisProData (options, callback, type) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please move type to second argument to match callback style always being the last argument

function getRepoKeyAndEncrypt (client, options, callback) {
client.repos(options.owner, options.repo).key.get(
function onTravisRepoResponse (keyError, res) {
function onTravisRepoResponse (keyError, res) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trailing spaces here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants