generate documentation only for pbtc

This commit is contained in:
debris 2017-05-20 17:42:34 +02:00
parent c3ff946e83
commit 4accef7b20
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ after_success: |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&
[ $TRAVIS_RUST_VERSION = stable ] &&
cargo doc &&
./tools/doc.sh &&
echo '<meta http-equiv=refresh content=0;url=pbtc/index.html>' > target/doc/index.html &&
pip install --user ghp-import &&
/home/travis/.local/bin/ghp-import -n target/doc &&