From 111f6a4554fe3c1003d83424217ec938e4a7ae64 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 22 Aug 2016 13:22:16 +0200 Subject: [PATCH] Use travis-cargo to upload the docs --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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