Run doctests on travis

This commit is contained in:
Pierre Krieger 2016-09-20 11:46:00 +02:00
parent d7ea37925c
commit 692df9ac2a

View File

@ -25,6 +25,7 @@ script:
# chance to reach travis' memory limit
- cargo test -j 1 --manifest-path vulkano-win/Cargo.toml
- cargo test --no-run -j 1 -v --manifest-path vulkano/Cargo.toml
- cargo test --doc -j 1 -v --manifest-path vulkano/Cargo.toml
- cargo build -j 1 --manifest-path examples/Cargo.toml
after_success: