Use travis-cargo to upload the docs

This commit is contained in:
Matthias Beyer 2016-08-22 13:22:16 +02:00
parent c4a247f3e6
commit 111f6a4554

View file

@ -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