diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3da74f2..8d9fe43 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ notifications: deploy: - provider: pages edge: true - github-token: $GITHUB_TOKEN + token: $GITHUB_TOKEN keep_history: false committer_from_gh: true target_branch: gh-pages |