Skip to content

Commit

Permalink
Fix travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
simsim0709 committed Aug 13, 2020
1 parent 2927138 commit 205edec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ branches:
deploy:
provider: pages
skip_cleanup: true
github-token: $GITHUB_TOKEN
keep-history: true
github_token: $GITHUB_TOKEN
keep_history: true
email: [email protected]
name: Ilkwon Sim
local-dir: docs/.vuepress/dist
local_dir: docs/.vuepress/dist
repo: learn-vuejs/vue-patterns
on:
branch: master

0 comments on commit 205edec

Please sign in to comment.