Skip to content

Commit aeb9af3

Browse files
committed
2 parents 30d3bca + a3c321e commit aeb9af3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ script:
3030
# Deploy using Travis-CI/GitHub Pages integration support
3131
deploy:
3232
provider: pages
33-
skip_cleanup: true
34-
local_dir: doc/html
35-
github_token: $GITHUB_TOKEN
33+
skip-cleanup: true
34+
local-dir: doc/html
35+
github-token: $GITHUB_TOKEN
3636
on:
3737
branch: master
38-
target_branch: gh-pages
38+
target-branch: gh-pages
3939

0 commit comments

Comments
 (0)