diff --git a/.travis.yml b/.travis.yml index 41770f16ded1dd4138f6dbd906d9b9470ff95d20..a392a526d0620eab656396d8f3a7522d3453232c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,7 @@ before_script: after_success: # upload the documentation from the build with beta (automatically only actually # runs on the master branch) + - travis-cargo --only stable doc - travis-cargo --only stable doc-upload # measure code coverage and upload to coveralls.io - travis-cargo coveralls --no-sudo