From 0e61905a8ba3e23d27c8d8c8840f67dec6238eda Mon Sep 17 00:00:00 2001 From: John Gallagher Date: Wed, 16 Dec 2015 15:54:31 -0500 Subject: [PATCH] Remove doc publishing from .travis.yml --- .travis.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2bd2336..ba5124f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,12 +13,3 @@ script: - cargo test --features trace - cargo test --features functions - cargo test --features "backup functions load_extension trace" - - cargo doc --no-deps --features "backup functions load_extension trace" - -after_success: | - [ $TRAVIS_BRANCH = master ] && - [ $TRAVIS_PULL_REQUEST = false ] && - echo '' > target/doc/index.html && - sudo pip install ghp-import && - ghp-import -n target/doc && - git push -fq https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages