Skip to content

Commit

Permalink
DOC: Fix doc environment variable
Browse files Browse the repository at this point in the history
Needs a hyphen
  • Loading branch information
TomAugspurger committed May 19, 2017
1 parent 0d43131 commit 0f55de1
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,10 @@ cache:

env:
global:

# pandas-docs/pandas-docs-travis GH #
#
# create a github personal access token
# cd pandas-dev/pandas
# travis encrypt PANDAS_GH_TOKEN=personal_access_token
# correct the repo to be pandas-dev/pandas, not your fork
secure: "EkWLZhbrp/mXJOx38CHjs7BnjXafsqHtwxPQrqWy457VDFWhIY1DMnIR/lOWG+a20Qv52sCsFtiZEmMfUjf0pLGXOqurdxbYBGJ7/ikFLk9yV2rDwiArUlVM9bWFnFxHvdz9zewBH55WurrY4ShZWyV+x2dWjjceWG5VpWeI6sA="
# create a github personal access token
# cd pandas-dev/pandas
# travis encrypt 'PANDAS_GH_TOKEN=personal_access_token' -r pandas-dev/pandas
- secure: "EkWLZhbrp/mXJOx38CHjs7BnjXafsqHtwxPQrqWy457VDFWhIY1DMnIR/lOWG+a20Qv52sCsFtiZEmMfUjf0pLGXOqurdxbYBGJ7/ikFLk9yV2rDwiArUlVM9bWFnFxHvdz9zewBH55WurrY4ShZWyV+x2dWjjceWG5VpWeI6sA="

git:
# for cloning
Expand Down

0 comments on commit 0f55de1

Please sign in to comment.