Skip to content

Commit

Permalink
DOC: try with new secure token
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed May 16, 2017
1 parent 46dc536 commit d92f06a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@ cache:
env:
global:

# create a github personal access token:
# echo PANDAS_GH_TOKEN=personal_access_token | travis encrypt --repo pandas-docs/pandas-docs-travis
# pandas-docs/pandas-docs-travis GH
- secure: PfEfa2O785XHMnYAPCi46c4m62EO6j7e7qPE3rOEu8xCjtIq+I2HMykWzU/B2oJi4RDimCQSs+Q2b3PX3It4E8/BWh/15/pdM5X5SqdElOJ4dMfnqfyN+Cmes7UdZHmys27kTZmgrGQU2uCtE2DzJdwVgYtyDb6tcFAJbAKnom8=
# pandas-docs/pandas-docs-travis GH #
#
# create a github personal access token
# cd pandas-docs/pandas-docs-travis
# travis encrypt
# PANDAS_GH_TOKEN=personal_access_token
- secure: "WjlBp350uCfrOBNlXrBMkryT20XLRuyCMhLS2c+y0KByeuLrXLg3qWeXXK3OLO8IiNTMI9GvbdC9L5MyMl8CmZQSJxjqWXCzX6057ZjcfJo+wyM96CEx949UEnVbr5bbEIid/fo3PGCcoxoWym75+opAzs2Giih0gjS33BmyslA="


git:
# for cloning
Expand Down

0 comments on commit d92f06a

Please sign in to comment.