From 4f6d17c2ff1b2cd562a1d1b20efddcabe510faac Mon Sep 17 00:00:00 2001 From: Magnus Hallin Date: Sun, 11 Sep 2016 20:37:23 +0200 Subject: [PATCH] Add index.html to documentation, only build on stable --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 492a69fa..3ff90630 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,7 @@ after_success: | set -e [ $TRAVIS_BRANCH = master ] [ $TRAVIS_PULL_REQUEST = false ] + [ $TRAVIS_RUST_VERSION = stable ] cargo doc --features iron-handlers @@ -33,6 +34,9 @@ after_success: | rm -rf * mv ../target/doc/* . + + echo '' > index.html + git add -A * git commit -qm 'Update documentation for Juniper' git push -q origin gh-pages