Skip to content

Commit 95d1a42

Browse files
committed
travis: disable deploy with gh-pages
1 parent a3e2e27 commit 95d1a42

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.travis.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ after_script:
3838
- npm install -g lcov-result-merger@~1.2.0
3939
- lcov-result-merger 'client/coverage/**/lcov.info' | client/node_modules/coveralls/bin/coveralls.js
4040

41-
deploy:
42-
# Automatically build and deploy documentation to GitHub Pages
43-
- provider: pages
44-
skip-cleanup: true
45-
github-token: "$GITHUB_TOKEN"
46-
keep-history: true
47-
local-dir: docs/_build/html
48-
target-branch: gh-pages
49-
on:
50-
branch: master
51-
python: 3.6
52-
condition: $NODE = 10.15.0
41+
# deploy:
42+
# # Automatically build and deploy documentation to GitHub Pages
43+
# - provider: pages
44+
# skip-cleanup: true
45+
# github-token: "$GITHUB_TOKEN"
46+
# keep-history: true
47+
# local-dir: docs/_build/html
48+
# target-branch: gh-pages
49+
# on:
50+
# branch: master
51+
# python: 3.6
52+
# condition: $NODE = 10.15.0

0 commit comments

Comments
 (0)