diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-09-13 16:59:16 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-09-13 16:59:16 -0700 |
commit | 084605b75e99ef1c769a2ba9f037f085e4b87575 (patch) | |
tree | 038a8d17131748cbdfbcc4b62d91f7e6e7b5ce42 /.travis.yml | |
parent | 972a43c3ca1aa82fecb7aa31d4a42d599edb1101 (diff) | |
download | fatcat-084605b75e99ef1c769a2ba9f037f085e4b87575.tar.gz fatcat-084605b75e99ef1c769a2ba9f037f085e4b87575.zip |
don't try to push docs to gh-pages
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index d9b95813..e1aeb311 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,6 +45,8 @@ script: after_success: - cd rust # upload documentation to github.io (gh-pages branch) - - cargo doc-upload +# Do this manually for now, because couldn't get auto-push set up in a +# reasonably secure way (travis/github API access errors) +# - cargo doc-upload # measure code coverage and upload to coveralls.io - cargo coveralls |