diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index ea4fbcfe..c5bacb9c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,7 +50,7 @@ deploy: - provider: pages edge: branch: v2.0.5 - token: $GITHUB_TOKEN + github_token: $GITHUB_TOKEN keep_history: false committer_from_gh: true target_branch: gh-pages |