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:
parent
993efcc7a8
commit
5c7e70f3f6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue