From cd1abf8ec26fdda8083b915cf635d69c3ab469ce Mon Sep 17 00:00:00 2001 From: Michael Bryan Date: Sat, 6 Jan 2018 04:41:26 +0800 Subject: [PATCH] Revert "Added dummy `df` statements to debug the travis failures (#526)" (#528) This reverts commit 2b943d703fdeb3ad381a6fd971b9b0ec7524bb88. --- ci/github_pages.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ci/github_pages.sh b/ci/github_pages.sh index 3460e2c9..b6978b59 100644 --- a/ci/github_pages.sh +++ b/ci/github_pages.sh @@ -11,9 +11,6 @@ if [ "$TRAVIS_PULL_REQUEST" != "false" ] || exit 0 fi -export RUST_BACKTRACE=full -df -h - # Make sure we have the css dependencies npm install -g stylus nib @@ -25,11 +22,9 @@ rev=$(git rev-parse --short HEAD) echo -e "${CYAN}Running cargo doc${NC}" cargo doc --features regenerate-css -df -h echo -e "${CYAN}Running mdbook build${NC}" cargo run -- build book-example/ -df -h echo -e "${CYAN}Copying book to target/doc${NC}" cp -R book-example/book/* target/doc/ @@ -44,7 +39,6 @@ git config user.email "michaelfbryan@gmail.com" git remote add upstream "https://$GH_TOKEN@github.com/rust-lang-nursery/mdBook.git" git fetch upstream --quiet git reset upstream/gh-pages --quiet -df -h touch .