Merge pull request #842 from hyperium/fix-docs

docs(lib): fix syntax error docs generation command
This commit is contained in:
Sean McArthur
2016-06-20 17:29:28 -07:00
committed by GitHub

View File

@@ -39,10 +39,10 @@ after_success: |
ls target/debug &&
./kcov-master/tmp/usr/local/bin/kcov --coveralls-id=$TRAVIS_JOB_ID --exclude-pattern=/.cargo target/kcov target/debug/hyper-* &&
[ $TRAVIS_PULL_REQUEST = false ] &&
[ "$TRAVIS_TAG" != "" || $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_RUST_VERSION = stable ] &&
{ [ "$TRAVIS_TAG" != "" ] || [ "$TRAVIS_BRANCH" == "master" ]; } &&
cargo doc --no-deps &&
./.travis/docs.sh
./.travis/docs.sh &&
echo "\nDocs published.\n"
env:
global: