summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-08-22 13:21:39 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-08-23 12:45:25 +0200
commitc4a247f3e636abb21eb05759cdca7428b571ff1e (patch)
treefa809420e47651c6c7193ee6f7bd5c024a750a9a /.travis.yml
parent3715c5d33b037cc00a83ae6da8833aa04a38142d (diff)
Revert "Add deploy setup for gh-pages"
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 2 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index fb0323ad..d58de10b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -68,15 +68,8 @@ addons:
- libcurl4-openssl-dev
- libelf-dev
- libdw-dev
-after_success: |
- [ $TRAVIS_BRANCH = master ] &&
- [ $TRAVIS_PULL_REQUEST = false ] &&
- cd .imag-documentation &&
- cargo doc &&
- echo "<meta http-equiv=refresh content=0;url=`echo $TRAVIS_REPO_SLUG | cut -d '/' -f 2 | sed 's/-/_/'`/index.html>" > 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
+after_success:
+- travis-cargo --only stable doc-upload
notifications:
email:
on_success: never