From 084605b75e99ef1c769a2ba9f037f085e4b87575 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 13 Sep 2018 16:59:16 -0700 Subject: don't try to push docs to gh-pages --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3