Skip to content
This repository has been archived by the owner on Jan 31, 2019. It is now read-only.

Commit

Permalink
Use password field to hide token.
Browse files Browse the repository at this point in the history
  • Loading branch information
technoweenie committed Dec 30, 2012
1 parent 142513f commit 30c2e20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion services/travis.rb
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,8 @@
class Service::Travis < Service class Service::Travis < Service
default_events :push, :pull_request, :issue_comment, :public, :member default_events :push, :pull_request, :issue_comment, :public, :member
string :user, :token, :domain string :user
password :token
string :domain
white_list :domain, :user white_list :domain, :user


def receive_event def receive_event
Expand Down

1 comment on commit 30c2e20

@aelgru
Copy link

@aelgru aelgru commented on 30c2e20 Dec 30, 2012

Choose a reason for hiding this comment

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

Excellent - thank you very much! :-)

Please sign in to comment.