Skip to content

Commit 18bf72c

Browse files
committed
Try #3348:
2 parents b1d0343 + 9086730 commit 18bf72c

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)