Skip to content

Commit 3ff2c1f

Browse files
bors[bot]flip1995
andcommitted
Merge #3348
3348: Setup bors for Clippy r=phansch a=flip1995 Since [bors-ng](https://app.bors.tech/repositories/3993) is already installed for this repo for a while (#3279 (comment)), the only thing missing, before we can use it, is the `bors.toml`. (bors-ng [docs](https://bors.tech/documentation/getting-started/)) If we want to move forward with this and this gets merged, the only thing left to do is to create the branches `staging` and `trying`. @phansch @oli-obk Co-authored-by: flip1995 <[email protected]> Co-authored-by: Philipp Krones <[email protected]>
2 parents 304b5f1 + 9086730 commit 3ff2c1f

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ os:
99

1010
sudo: false
1111

12+
branches:
13+
only:
14+
# This is where pull requests from "bors r+" are built.
15+
- staging
16+
# This is where pull requests from "bors try" are built.
17+
- trying
18+
# Also build pull requests.
19+
- master
20+
1221
env:
1322
global:
1423
- RUST_BACKTRACE=1

appveyor.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,16 @@ environment:
66
#- TARGET: i686-pc-windows-msvc
77
#- TARGET: x86_64-pc-windows-gnu
88
- TARGET: x86_64-pc-windows-msvc
9-
9+
10+
branches:
11+
only:
12+
# This is where pull requests from "bors r+" are built.
13+
- staging
14+
# This is where pull requests from "bors try" are built.
15+
- trying
16+
# Also build pull requests.
17+
- master
18+
1019
install:
1120
- curl -sSf -o rustup-init.exe https://win.rustup.rs/
1221
- rustup-init.exe -y --default-host %TARGET% --default-toolchain nightly

bors.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
status = [
2+
"continuous-integration/travis-ci/push",
3+
"continuous-integration/appveyor/branch"
4+
]

0 commit comments

Comments
 (0)