Added doctest to the Travis config.

This requires removing the `make clean` step, but I don't think this
will have any side effects.

Signed-off-by: Aaron Jacobs <atheriel@gmail.com>
This commit is contained in:
Aaron Jacobs 2014-07-25 19:32:19 -07:00
parent 993efcc7a8
commit 5c7e70f3f6

View file

@ -33,7 +33,7 @@ script:
- make
# - make check # bench is too slow
- make test
- make clean
- make doc
- make doctest
after_script:
- curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh