diff --git a/.travis.yml b/.travis.yml index 4725f800..06af0e77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,7 @@ after_success: | [ $TRAVIS_BRANCH = master ] && [ $TRAVIS_PULL_REQUEST = false ] && [ $TRAVIS_RUST_VERSION = stable ] && - cargo doc && + ./tools/doc.sh && echo '' > target/doc/index.html && pip install --user ghp-import && /home/travis/.local/bin/ghp-import -n target/doc &&