Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit e5850c0

Browse files
authored
Disable CI documentation deploy (#25)
1 parent abd1115 commit e5850c0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.travis.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ branches:
2626
# npm version tags
2727
- /^v\d+\.\d+\.\d+/
2828

29-
deploy:
30-
provider: pages
31-
skip-cleanup: true
32-
github-token: $GITHUB_TOKEN
33-
keep-history: true
34-
on:
35-
branch: master
36-
local-dir: dist
37-
verbose: true
29+
# deploy:
30+
# provider: pages
31+
# skip-cleanup: true
32+
# github-token: $GITHUB_TOKEN
33+
# keep-history: true
34+
# on:
35+
# branch: master
36+
# local-dir: dist
37+
# verbose: true
3838

3939
jobs:
4040
fail_fast: true

0 commit comments

Comments
 (0)