Fix doc build

This commit is contained in:
Alexis Mousset
2015-11-07 08:46:51 +01:00
parent 72aea756fa
commit 59ba9e84dc

View File

@@ -27,6 +27,7 @@ before_script:
script: script:
- travis-cargo build - travis-cargo build
- travis-cargo test - travis-cargo test
- travis-cargo doc
after_success: after_success:
- travis-cargo --only nightly bench - travis-cargo --only nightly bench
- travis-cargo --only stable coveralls --no-sudo - travis-cargo --only stable coveralls --no-sudo