Lines Matching +full:travis +full:- +full:cargo
1 set -ex
8 cargo clippy --all -- -D warnings
10 cargo clean
11 cargo doc --features "$FEATURES" --all --no-deps
15 cp -r book/book/html/ target/doc/book/
16 travis-cargo doc-upload || true
18 cargo fmt --all -- --check
20 rm Cargo.lock || true
21 cargo build -Z minimal-versions
23 export RUSTFLAGS="-D warnings"
25 cargo build --features "$FEATURES" $BUILD_ARGS
27 cargo test --features "$FEATURES" --all
28 cargo test --features "$FEATURES" --benches
32 cargo test --benches
38 cargo test --benches