Fix .travis.yml

This commit is contained in:
Lucas Timmins 2019-02-14 18:22:51 +08:00
parent 0ad92d3a0c
commit 4b013e47e1

View file

@ -51,6 +51,8 @@ script:
cargo fmt -- --check
elif [ -n "$BUILD_DOC" ]; then
cargo doc --no-deps --all-features
else
cargo check
fi
after_success:
- |