Fix .travis.yml
This commit is contained in:
parent
0ad92d3a0c
commit
4b013e47e1
1 changed files with 2 additions and 0 deletions
|
|
@ -51,6 +51,8 @@ script:
|
||||||
cargo fmt -- --check
|
cargo fmt -- --check
|
||||||
elif [ -n "$BUILD_DOC" ]; then
|
elif [ -n "$BUILD_DOC" ]; then
|
||||||
cargo doc --no-deps --all-features
|
cargo doc --no-deps --all-features
|
||||||
|
else
|
||||||
|
cargo check
|
||||||
fi
|
fi
|
||||||
after_success:
|
after_success:
|
||||||
- |
|
- |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue