From 41d9610f97d8b83c481dc4e195ead1ed435da1ce Mon Sep 17 00:00:00 2001 From: Covertness <wuyingfengsui@gmail.com> Date: Fri, 7 Aug 2015 23:22:03 +0800 Subject: [PATCH] generate doc by travis-cargo --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 41770f1..a392a52 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 -- GitLab