From 4accef7b20f108367fccef8f705d85ee8491f1ec Mon Sep 17 00:00:00 2001 From: debris Date: Sat, 20 May 2017 17:42:34 +0200 Subject: [PATCH] generate documentation only for pbtc --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 &&