Only publish docs on success
This commit is contained in:
parent
61749ebf8e
commit
3141e7285f
1 changed files with 1 additions and 1 deletions
|
@ -15,5 +15,5 @@ script:
|
||||||
- cargo doc --no-deps
|
- cargo doc --no-deps
|
||||||
- rustdoc --test README.md -L target
|
- rustdoc --test README.md -L target
|
||||||
|
|
||||||
after_script:
|
after_success:
|
||||||
- .travis/publish_doc.sh
|
- .travis/publish_doc.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue