diff --git a/.travis.yml b/.travis.yml index 79b27dbf17fad1fd2951e464e2bced4f4b09aff3..98fe735a7ca39836a12fa984702217d6d2330b04 100755 --- a/.travis.yml +++ b/.travis.yml @@ -22,19 +22,19 @@ script: # - cd .. # - mv ./build/html ./build/docs && rm -r ./build/doctrees && mv LICENSE.txt ./build && mv README.md ./build && cd .. -deploy: - - provider: pages - skip-cleanup: true - github-token: $DEPLOY_KEY - keep-history: true - repo: thu-coai/convlab2_docs - target-branch: master - local-dir: ./docs/build - on: - branch: master - - provider: script - skip-cleanup: true - script: coveralls - on: - all_branches: true - condition: true +#deploy: +# - provider: pages +# skip-cleanup: true +# github-token: $DEPLOY_KEY +# keep-history: true +# repo: thu-coai/convlab2_docs +# target-branch: master +# local-dir: ./docs/build +# on: +# branch: master +# - provider: script +# skip-cleanup: true +# script: coveralls +# on: +# all_branches: true +# condition: true