summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-08-22 13:22:16 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-08-23 12:45:25 +0200
commit111f6a4554fe3c1003d83424217ec938e4a7ae64 (patch)
tree58c87187738da0c7d822efc1faf6e3a6c01cd9e4 /.travis.yml
parentc4a247f3e636abb21eb05759cdca7428b571ff1e (diff)
Use travis-cargo to upload the docs
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d58de10b..c0f9f959 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -69,7 +69,11 @@ addons:
- libelf-dev
- libdw-dev
after_success:
-- travis-cargo --only stable doc-upload
+- |
+ pushd .imag-documentation &&
+ travis-cargo --only stable doc &&
+ travis-cargo --only stable doc-upload
+ popd
notifications:
email:
on_success: never