Skip to content

Commit 116729b

Browse files
committed
Update CI
1 parent 00acdc3 commit 116729b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,10 @@ script:
4747
- |
4848
export CFG_RELEASE_CHANNEL=nightly
4949
export CFG_RELEASE=nightly
50+
which cargo-make || cargo intall cargo-make
5051
if [ -z ${INTEGRATION} ]; then
51-
cargo build && cargo test && cargo test -- --ignored && cargo test --manifest-path rustfmt-core/Cargo.toml && cargo test --manifest-path rustfmt-core/Cargo.toml -- --ignored
52+
cargo make build-bins
53+
cargo make test-all
5254
else
5355
./ci/integration.sh
5456
fi

0 commit comments

Comments
 (0)