Skip to content
This repository was archived by the owner on Jun 15, 2021. It is now read-only.

Commit 96dd69e

Browse files
authored
Disabling deploy (#262)
1 parent 5724e6c commit 96dd69e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.travis.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ branches:
99
- /.*/
1010
script:
1111
- cd docs_source_files && hugo && cd ..
12-
deploy:
13-
- provider: script
14-
script: chmod +x $TRAVIS_BUILD_DIR/deploy.sh && $TRAVIS_BUILD_DIR/deploy.sh
15-
skip_cleanup: true
16-
on:
17-
branch: gh-pages
18-
condition: sender != selenium-ci
12+
# deploy:
13+
# - provider: script
14+
# script: chmod +x $TRAVIS_BUILD_DIR/deploy.sh && $TRAVIS_BUILD_DIR/deploy.sh
15+
# skip_cleanup: true
16+
# on:
17+
# branch: gh-pages
18+
# condition: sender != selenium-ci
1919
notifications:
2020
irc:
2121
channels:

0 commit comments

Comments
 (0)