Skip to content

Commit

Permalink
Add bors config
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemo157 committed Nov 5, 2020
1 parent 7464864 commit d953c8a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions bors.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
status = [
"cargo test",
"cargo test (stable, i686-pc-windows-msvc, windows-latest)",
"cargo test (stable, i686-unknown-linux-gnu, ubuntu-latest)",
"cargo test (stable, x86_64-apple-darwin, macos-latest)",
"cargo test (stable, x86_64-pc-windows-msvc, windows-latest)",
"cargo test (stable, x86_64-unknown-linux-gnu, ubuntu-latest)",
"cargo test --shallow-minimal-versions",
"cargo hack check --feature-powerset",
"cargo fmt --check",
"cargo clippy",
"cargo audit",
"cargo doc --cfg docsrs",
]
delete_merged_branches = true

0 comments on commit d953c8a

Please sign in to comment.