Skip to content

Commit c3846c1

Browse files
committed
Cargo.toml - config for cargo-template-ci
1 parent 35b1fd6 commit c3846c1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Cargo.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ travis-ci = { repository = "asimihsan/permutation-iterator-rs", branch = "master
2323
[[bench]]
2424
name = "medium"
2525

26+
# To use these `cargo install cargo-template-ci` then run `cargo template-ci`. This will generate Travis config for you.
27+
[package.metadata.template_ci]
28+
dist = "bionic"
29+
versions = ["stable", "beta", "nightly"]
30+
clippy = { allow_failure = false }
31+
rustfmt = { allow_failure = false }
32+
bench = { run = true }
33+
2634
[dependencies]
2735
blake2-rfc = "0.2.18"
2836
rand = "0.7.2"

0 commit comments

Comments
 (0)