Use travis-cargo to upload the docs
This commit is contained in:
parent
c4a247f3e6
commit
111f6a4554
1 changed files with 5 additions and 1 deletions
|
@ -69,7 +69,11 @@ addons:
|
||||||
- libelf-dev
|
- libelf-dev
|
||||||
- libdw-dev
|
- libdw-dev
|
||||||
after_success:
|
after_success:
|
||||||
- travis-cargo --only stable doc-upload
|
- |
|
||||||
|
pushd .imag-documentation &&
|
||||||
|
travis-cargo --only stable doc &&
|
||||||
|
travis-cargo --only stable doc-upload
|
||||||
|
popd
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
on_success: never
|
on_success: never
|
||||||
|
|
Loading…
Reference in a new issue