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 && ls target/debug &&
./kcov-master/tmp/usr/local/bin/kcov --coveralls-id=$TRAVIS_JOB_ID --exclude-pattern=/.cargo target/kcov target/debug/hyper-* && ./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_PULL_REQUEST = false ] &&
[ "$TRAVIS_TAG" != "" || $TRAVIS_BRANCH = master ] && { [ "$TRAVIS_TAG" != "" ] || [ "$TRAVIS_BRANCH" == "master" ]; } &&
[ $TRAVIS_RUST_VERSION = stable ] &&
cargo doc --no-deps && cargo doc --no-deps &&
./.travis/docs.sh ./.travis/docs.sh &&
echo "\nDocs published.\n"
env: env:
global: global: